#E6C432

Color #E6C432 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #E6C432

Tints of Bright Sun #E6C432

Color information

#E6C432 (or 0xE6C432) is unknown color: approx Bright Sun. HEX triplet: E6, C4 and 32. RGB value is (230,196,50). Sum of RGB (Red+Green+Blue) = 230+196+50=476 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.32% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 50 (19.92% from 255 or 10.50% from 476); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C432 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6C432 is #193BCD. Grayscale: #BEBEBE. Windows color (decimal): -1653710 or 3327206. OLE color: 3327206.

HSL color Cylindrical-coordinate representation of color #E6C432: hue angle of 48.67º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E6C432 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB23019650-
CMYK00.150.780.10
HSL48.67º78.26%54.9%-
HSV(B)48.67º78.26%90.2%-
XYZ52.9556.5311.14-
YUV189.5249.26156.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 230 (90.23% from 255) = 48.32%
GREEN value IS 196 (76.95% from 255) = 41.18%
BLUE value IS 50 (19.92% from 255) = 10.50%
R=48.32%
G=41.18%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301965000.150.780.1048.6778.2654.9
HexE6C4320F4EA314e37
Octal34630462017116126111667
Binary111001101100010011001001111100111010101100011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C432; }

 p { color: rgb(230,196,50); }

 H1.HeaderClassName
 {
   color: #E6C432;
 }
 .AnyTagClassName
 {
   color: #E6C432;
 }
</style>
background-color css

<style>
 a { background-color: #E6C432; }

 a { background-color: rgb(230,196,50); }

 div.DivClassName
 {
   background-color: #E6C432;
 }
 .BgClassName
 {
   background-color: #E6C432;
 }
</style>
border-color css

<style>
 span { border-color: #E6C432; }

 span { border-color: rgb(230,196,50); }

 td.TdClassName
 {
   border-color: #E6C432;
 }
 .TagClassName
 {
   border-color: #E6C432;
 }
</style>