Html Css Color HEX #CE9E31 Fuel Yellow

📋 copy color: '#CE9E31'

red 206 ◦ green 158 ◦ blue 49

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

Shades of Fuel Yellow #CE9E31

Tints of Fuel Yellow #CE9E31

RGB

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

 GREEN value IS 158 (62.11% from 255) = 38.26%

 BLUE value IS 49 (19.53% from 255) = 11.86%

R = 49.88%
G = 38.26%
B = 11.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE9E31 (or 0xCE9E31) is known color: Fuel Yellow. HEX triplet: CE, 9E and 31. RGB value is (206,158,49). Sum of RGB (Red+Green+Blue) = 206+158+49=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 49 (19.53% from 255 or 11.86% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E31 is #3161CE. Grayscale: #A0A0A0. Windows color (decimal): -3236303 or 3251918. OLE color: 3251918.

HSL color Cylindrical-coordinate representation of color #CE9E31: hue angle of 41.66º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE9E31 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 158 49 -
CMYK 0 0.23 0.76 0.19
HSL 41.66º 0.62% 0.5% -
HSV(B) 41.66º 0.76% 0.81% -
XYZ 38.23 37.8 8.19 -
YUV 159.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 206 158 49 0 0.23 0.76 0.19 41.66 0.62 0.5
Hex CE 9E 31 0 17 4C 13 2A 3E 32
Octal 316 236 61 0 27 114 23 52 76 62
Binary 11001110 10011110 110001 0 10111 1001100 10011 101010 111110 110010

Color Harmonies of #CE9E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E31

Black with #CE9E31

Text Example


Text Example

White with #CE9E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E31; }

 p { color: rgb(206,158,49); }

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

background-color css

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

 a { background-color: rgb(206,158,49); }

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

border-color css

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

 span { border-color: rgb(206,158,49); }

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