Html Css Color HEX #CE9802 Gamboge

📋 copy color: '#CE9802'

red 206 ◦ green 152 ◦ blue 2

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

Shades of Gamboge #CE9802

Tints of Gamboge #CE9802

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.22%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 57.22%
G = 42.22%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE9802 (or 0xCE9802) is known color: Gamboge. HEX triplet: CE, 98 and 02. RGB value is (206,152,2). Sum of RGB (Red+Green+Blue) = 206+152+2=360 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.22% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9802 is #3167FD. Grayscale: #979797. Windows color (decimal): -3237886 or 170190. OLE color: 170190.

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

Color convert

RGB 206 152 2 -
CMYK 0 0.26 0.99 0.19
HSL 44.12º 0.98% 0.41% -
HSV(B) 44.12º 0.99% 0.81% -
XYZ 36.69 35.58 4.99 -
YUV 151.05 43.89 167.2 -
System Red Green Blue C M Y K H S L
Decimal 206 152 2 0 0.26 0.99 0.19 44.12 0.98 0.41
Hex CE 98 2 0 1A 63 13 2C 62 29
Octal 316 230 2 0 32 143 23 54 142 51
Binary 11001110 10011000 10 0 11010 1100011 10011 101100 1100010 101001

Color Harmonies of #CE9802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9802

Black with #CE9802

Text Example


Text Example

White with #CE9802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9802; }

 p { color: rgb(206,152,2); }

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

background-color css

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

 a { background-color: rgb(206,152,2); }

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

border-color css

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

 span { border-color: rgb(206,152,2); }

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