Html Css Color HEX #CE9502 Gamboge

📋 copy color: '#CE9502'

red 206 ◦ green 149 ◦ blue 2

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

Shades of Gamboge #CE9502

Tints of Gamboge #CE9502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.74%

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

R = 57.7%
G = 41.74%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE9502 (or 0xCE9502) is known color: Gamboge. HEX triplet: CE, 95 and 02. RGB value is (206,149,2). Sum of RGB (Red+Green+Blue) = 206+149+2=357 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.70% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 2 (1.17% from 255 or 0.56% from 357); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9502 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9502 is #316AFD. Grayscale: #959595. Windows color (decimal): -3238654 or 169422. OLE color: 169422.

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

Color convert

RGB 206 149 2 -
CMYK 0 0.28 0.99 0.19
HSL 43.24º 0.98% 0.41% -
HSV(B) 43.24º 0.99% 0.81% -
XYZ 36.21 34.62 4.83 -
YUV 149.29 44.88 168.45 -
System Red Green Blue C M Y K H S L
Decimal 206 149 2 0 0.28 0.99 0.19 43.24 0.98 0.41
Hex CE 95 2 0 1C 63 13 2B 62 29
Octal 316 225 2 0 34 143 23 53 142 51
Binary 11001110 10010101 10 0 11100 1100011 10011 101011 1100010 101001

Color Harmonies of #CE9502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9502

Black with #CE9502

Text Example


Text Example

White with #CE9502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9502; }

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

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

background-color css

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

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

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

border-color css

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

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

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