Html Css Color HEX #CE9404 Gamboge

📋 copy color: '#CE9404'

red 206 ◦ green 148 ◦ blue 4

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

Shades of Gamboge #CE9404

Tints of Gamboge #CE9404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.12%

R = 57.54%
G = 41.34%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE9404 (or 0xCE9404) is known color: Gamboge. HEX triplet: CE, 94 and 04. RGB value is (206,148,4). Sum of RGB (Red+Green+Blue) = 206+148+4=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 148 (58.20% from 255 or 41.34% from 358); Blue value is 4 (1.95% from 255 or 1.12% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9404 is #316BFB. Grayscale: #959595. Windows color (decimal): -3238908 or 300238. OLE color: 300238.

HSL color Cylindrical-coordinate representation of color #CE9404: hue angle of 42.77º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CE9404 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 148 4 -
CMYK 0 0.28 0.98 0.19
HSL 42.77º 0.96% 0.41% -
HSV(B) 42.77º 0.98% 0.81% -
XYZ 36.07 34.31 4.84 -
YUV 148.93 46.22 168.71 -
System Red Green Blue C M Y K H S L
Decimal 206 148 4 0 0.28 0.98 0.19 42.77 0.96 0.41
Hex CE 94 4 0 1C 62 13 2B 60 29
Octal 316 224 4 0 34 142 23 53 140 51
Binary 11001110 10010100 100 0 11100 1100010 10011 101011 1100000 101001

Color Harmonies of #CE9404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9404

Black with #CE9404

Text Example


Text Example

White with #CE9404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9404; }

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

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

background-color css

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

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

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

border-color css

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

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

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