Html Css Color HEX #CE9704 Gamboge

📋 copy color: '#CE9704'

red 206 ◦ green 151 ◦ blue 4

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

Shades of Gamboge #CE9704

Tints of Gamboge #CE9704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 41.83%

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

R = 57.06%
G = 41.83%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CE9704 (or 0xCE9704) is known color: Gamboge. HEX triplet: CE, 97 and 04. RGB value is (206,151,4). Sum of RGB (Red+Green+Blue) = 206+151+4=361 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.06% from 361); Green value is 151 (59.38% from 255 or 41.83% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9704 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9704 is #3168FB. Grayscale: #979797. Windows color (decimal): -3238140 or 301006. OLE color: 301006.

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

Color convert

RGB 206 151 4 -
CMYK 0 0.27 0.98 0.19
HSL 43.66º 0.96% 0.41% -
HSV(B) 43.66º 0.98% 0.81% -
XYZ 36.54 35.26 5 -
YUV 150.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 206 151 4 0 0.27 0.98 0.19 43.66 0.96 0.41
Hex CE 97 4 0 1B 62 13 2C 60 29
Octal 316 227 4 0 33 142 23 54 140 51
Binary 11001110 10010111 100 0 11011 1100010 10011 101100 1100000 101001

Color Harmonies of #CE9704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9704

Black with #CE9704

Text Example


Text Example

White with #CE9704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9704; }

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

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

background-color css

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

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

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

border-color css

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

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

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