Html Css Color HEX #CEA001 Gamboge

📋 copy color: '#CEA001'

red 206 ◦ green 160 ◦ blue 1

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

Shades of Gamboge #CEA001

Tints of Gamboge #CEA001

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.6%

 BLUE value IS 1 (0.78% from 255) = 0.27%

R = 56.13%
G = 43.6%
B = 0.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1.00

 K value IS 0.19

RGB Variations

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

Color information

#CEA001 (or 0xCEA001) is known color: Gamboge. HEX triplet: CE, A0 and 01. RGB value is (206,160,1). Sum of RGB (Red+Green+Blue) = 206+160+1=367 (48% of max value = 765). Red value is 206 (80.86% from 255 or 56.13% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 1 (0.78% from 255 or 0.27% from 367); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA001 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA001 is #315FFE. Grayscale: #9C9C9C. Windows color (decimal): -3235839 or 106702. OLE color: 106702.

HSL color Cylindrical-coordinate representation of color #CEA001: hue angle of 46.54º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEA001 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 160 1 -
CMYK 0 0.22 1.00 0.19
HSL 46.54º 0.99% 0.41% -
HSV(B) 46.54º 1% 0.81% -
XYZ 38.03 38.27 5.41 -
YUV 155.63 40.74 163.93 -
System Red Green Blue C M Y K H S L
Decimal 206 160 1 0 0.22 1.00 0.19 46.54 0.99 0.41
Hex CE A0 1 0 16 64 13 2F 63 29
Octal 316 240 1 0 26 144 23 57 143 51
Binary 11001110 10100000 1 0 10110 1100100 10011 101111 1100011 101001

Color Harmonies of #CEA001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA001

Black with #CEA001

Text Example


Text Example

White with #CEA001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA001; }

 p { color: rgb(206,160,1); }

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

background-color css

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

 a { background-color: rgb(206,160,1); }

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

border-color css

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

 span { border-color: rgb(206,160,1); }

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