Html Css Color HEX #CEA905 Gamboge

📋 copy color: '#CEA905'

red 206 ◦ green 169 ◦ blue 5

#CEA905
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #CEA905

Tints of Gamboge #CEA905

RGB

 RED value IS 206 (80.86% from 255) = 54.21%

 GREEN value IS 169 (66.41% from 255) = 44.47%

 BLUE value IS 5 (2.34% from 255) = 1.32%

R = 54.21%
G = 44.47%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEA905 (or 0xCEA905) is known color: Gamboge. HEX triplet: CE, A9 and 05. RGB value is (206,169,5). Sum of RGB (Red+Green+Blue) = 206+169+5=380 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.21% from 380); Green value is 169 (66.41% from 255 or 44.47% from 380); Blue value is 5 (2.34% from 255 or 1.32% from 380); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA905 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA905 is #3156FA. Grayscale: #A2A2A2. Windows color (decimal): -3233531 or 371150. OLE color: 371150.

HSL color Cylindrical-coordinate representation of color #CEA905: hue angle of 48.96º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEA905 is Cyan = 0, Magento = 0.18, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 5 -
CMYK 0 0.18 0.98 0.19
HSL 48.96º 0.95% 0.41% -
HSV(B) 48.96º 0.98% 0.81% -
XYZ 39.67 41.51 6.06 -
YUV 161.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 206 169 5 0 0.18 0.98 0.19 48.96 0.95 0.41
Hex CE A9 5 0 12 62 13 31 5F 29
Octal 316 251 5 0 22 142 23 61 137 51
Binary 11001110 10101001 101 0 10010 1100010 10011 110001 1011111 101001

Color Harmonies of #CEA905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA905

Black with #CEA905

Text Example


Text Example

White with #CEA905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA905; }

 p { color: rgb(206,169,5); }

 H1.HeaderClassName
 {
   color: #CEA905;
 }
 .AnyTagClassName
 {
   color: #CEA905;
 }
</style>

background-color css

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

 a { background-color: rgb(206,169,5); }

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

border-color css

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

 span { border-color: rgb(206,169,5); }

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