Html Css Color HEX #CEA703 Gamboge

📋 copy color: '#CEA703'

red 206 ◦ green 167 ◦ blue 3

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

Shades of Gamboge #CEA703

Tints of Gamboge #CEA703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 54.79%
G = 44.41%
B = 0.8%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEA703 (or 0xCEA703) is known color: Gamboge. HEX triplet: CE, A7 and 03. RGB value is (206,167,3). Sum of RGB (Red+Green+Blue) = 206+167+3=376 (49% of max value = 765). Red value is 206 (80.86% from 255 or 54.79% from 376); Green value is 167 (65.62% from 255 or 44.41% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA703 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA703 is #3158FC. Grayscale: #A0A0A0. Windows color (decimal): -3234045 or 239566. OLE color: 239566.

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

Color convert

RGB 206 167 3 -
CMYK 0 0.19 0.99 0.19
HSL 48.47º 0.97% 0.41% -
HSV(B) 48.47º 0.99% 0.81% -
XYZ 39.29 40.77 5.88 -
YUV 159.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 206 167 3 0 0.19 0.99 0.19 48.47 0.97 0.41
Hex CE A7 3 0 13 63 13 30 61 29
Octal 316 247 3 0 23 143 23 60 141 51
Binary 11001110 10100111 11 0 10011 1100011 10011 110000 1100001 101001

Color Harmonies of #CEA703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA703

Black with #CEA703

Text Example


Text Example

White with #CEA703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA703; }

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

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

background-color css

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

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

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

border-color css

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

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

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