Html Css Color HEX #CEA10A Gamboge

📋 copy color: '#CEA10A'

red 206 ◦ green 161 ◦ blue 10

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

Shades of Gamboge #CEA10A

Tints of Gamboge #CEA10A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.71%

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 54.64%
G = 42.71%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.19

RGB Variations

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

Color information

#CEA10A (or 0xCEA10A) is known color: Gamboge. HEX triplet: CE, A1 and 0A. RGB value is (206,161,10). Sum of RGB (Red+Green+Blue) = 206+161+10=377 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.64% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA10A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA10A is #315EF5. Grayscale: #9D9D9D. Windows color (decimal): -3235574 or 696782. OLE color: 696782.

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

Color convert

RGB 206 161 10 -
CMYK 0 0.22 0.95 0.19
HSL 46.22º 0.91% 0.42% -
HSV(B) 46.22º 0.95% 0.81% -
XYZ 38.25 38.63 5.73 -
YUV 157.24 44.91 162.78 -
System Red Green Blue C M Y K H S L
Decimal 206 161 10 0 0.22 0.95 0.19 46.22 0.91 0.42
Hex CE A1 A 0 16 5F 13 2E 5B 2A
Octal 316 241 12 0 26 137 23 56 133 52
Binary 11001110 10100001 1010 0 10110 1011111 10011 101110 1011011 101010

Color Harmonies of #CEA10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA10A

Black with #CEA10A

Text Example


Text Example

White with #CEA10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA10A; }

 p { color: rgb(206,161,10); }

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

background-color css

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

 a { background-color: rgb(206,161,10); }

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

border-color css

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

 span { border-color: rgb(206,161,10); }

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