Html Css Color HEX #CE9602 Gamboge

📋 copy color: '#CE9602'

red 206 ◦ green 150 ◦ blue 2

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

Shades of Gamboge #CE9602

Tints of Gamboge #CE9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.9%

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

R = 57.54%
G = 41.9%
B = 0.56%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CE9602 (or 0xCE9602) is known color: Gamboge. HEX triplet: CE, 96 and 02. RGB value is (206,150,2). Sum of RGB (Red+Green+Blue) = 206+150+2=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 150 (58.98% from 255 or 41.90% from 358); Blue value is 2 (1.17% from 255 or 0.56% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9602 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9602 is #3169FD. Grayscale: #969696. Windows color (decimal): -3238398 or 169678. OLE color: 169678.

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

Color convert

RGB 206 150 2 -
CMYK 0 0.27 0.99 0.19
HSL 43.53º 0.98% 0.41% -
HSV(B) 43.53º 0.99% 0.81% -
XYZ 36.37 34.94 4.88 -
YUV 149.87 44.55 168.03 -
System Red Green Blue C M Y K H S L
Decimal 206 150 2 0 0.27 0.99 0.19 43.53 0.98 0.41
Hex CE 96 2 0 1B 63 13 2C 62 29
Octal 316 226 2 0 33 143 23 54 142 51
Binary 11001110 10010110 10 0 11011 1100011 10011 101100 1100010 101001

Color Harmonies of #CE9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9602

Black with #CE9602

Text Example


Text Example

White with #CE9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9602; }

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

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

background-color css

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

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

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

border-color css

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

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

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