Html Css Color HEX #CEA303 Gamboge

📋 copy color: '#CEA303'

red 206 ◦ green 163 ◦ blue 3

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

Shades of Gamboge #CEA303

Tints of Gamboge #CEA303

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.82%

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

R = 55.38%
G = 43.82%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CEA303 (or 0xCEA303) is known color: Gamboge. HEX triplet: CE, A3 and 03. RGB value is (206,163,3). Sum of RGB (Red+Green+Blue) = 206+163+3=372 (49% of max value = 765). Red value is 206 (80.86% from 255 or 55.38% from 372); Green value is 163 (64.06% from 255 or 43.82% from 372); Blue value is 3 (1.56% from 255 or 0.81% from 372); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA303 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEA303 is #315CFC. Grayscale: #9E9E9E. Windows color (decimal): -3235069 or 238542. OLE color: 238542.

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

Color convert

RGB 206 163 3 -
CMYK 0 0.21 0.99 0.19
HSL 47.29º 0.97% 0.41% -
HSV(B) 47.29º 0.99% 0.81% -
XYZ 38.57 39.32 5.64 -
YUV 157.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 206 163 3 0 0.21 0.99 0.19 47.29 0.97 0.41
Hex CE A3 3 0 15 63 13 2F 61 29
Octal 316 243 3 0 25 143 23 57 141 51
Binary 11001110 10100011 11 0 10101 1100011 10011 101111 1100001 101001

Color Harmonies of #CEA303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA303

Black with #CEA303

Text Example


Text Example

White with #CEA303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA303; }

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

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

background-color css

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

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

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

border-color css

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

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

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