Html Css Color HEX #CE9402 Gamboge

📋 copy color: '#CE9402'

red 206 ◦ green 148 ◦ blue 2

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

Shades of Gamboge #CE9402

Tints of Gamboge #CE9402

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.57%

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

R = 57.87%
G = 41.57%
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

#CE9402 (or 0xCE9402) is known color: Gamboge. HEX triplet: CE, 94 and 02. RGB value is (206,148,2). Sum of RGB (Red+Green+Blue) = 206+148+2=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 148 (58.20% from 255 or 41.57% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9402 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9402 is #316BFD. Grayscale: #959595. Windows color (decimal): -3238910 or 169166. OLE color: 169166.

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

Color convert

RGB 206 148 2 -
CMYK 0 0.28 0.99 0.19
HSL 42.94º 0.98% 0.41% -
HSV(B) 42.94º 0.99% 0.81% -
XYZ 36.05 34.31 4.78 -
YUV 148.7 45.22 168.87 -
System Red Green Blue C M Y K H S L
Decimal 206 148 2 0 0.28 0.99 0.19 42.94 0.98 0.41
Hex CE 94 2 0 1C 63 13 2B 62 29
Octal 316 224 2 0 34 143 23 53 142 51
Binary 11001110 10010100 10 0 11100 1100011 10011 101011 1100010 101001

Color Harmonies of #CE9402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9402

Black with #CE9402

Text Example


Text Example

White with #CE9402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9402; }

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

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

background-color css

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

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

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

border-color css

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

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

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