Html Css Color HEX #CEA705 Gamboge

📋 copy color: '#CEA705'

red 206 ◦ green 167 ◦ blue 5

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

Shades of Gamboge #CEA705

Tints of Gamboge #CEA705

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.18%

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

R = 54.5%
G = 44.18%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CEA705 (or 0xCEA705) is known color: Gamboge. HEX triplet: CE, A7 and 05. RGB value is (206,167,5). Sum of RGB (Red+Green+Blue) = 206+167+5=378 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.50% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 5 (2.34% from 255 or 1.32% from 378); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA705 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA705 is #3158FA. Grayscale: #A0A0A0. Windows color (decimal): -3234043 or 370638. OLE color: 370638.

HSL color Cylindrical-coordinate representation of color #CEA705: hue angle of 48.36º 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 #CEA705 is Cyan = 0, Magento = 0.19, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 167 5 -
CMYK 0 0.19 0.98 0.19
HSL 48.36º 0.95% 0.41% -
HSV(B) 48.36º 0.98% 0.81% -
XYZ 39.3 40.77 5.94 -
YUV 160.19 40.42 160.67 -
System Red Green Blue C M Y K H S L
Decimal 206 167 5 0 0.19 0.98 0.19 48.36 0.95 0.41
Hex CE A7 5 0 13 62 13 30 5F 29
Octal 316 247 5 0 23 142 23 60 137 51
Binary 11001110 10100111 101 0 10011 1100010 10011 110000 1011111 101001

Color Harmonies of #CEA705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA705

Black with #CEA705

Text Example


Text Example

White with #CEA705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA705; }

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

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

background-color css

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

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

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

border-color css

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

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

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