Html Css Color HEX #CE9131 Fuel Yellow

📋 copy color: '#CE9131'

red 206 ◦ green 145 ◦ blue 49

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

Shades of Fuel Yellow #CE9131

Tints of Fuel Yellow #CE9131

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.25%

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

R = 51.5%
G = 36.25%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE9131 (or 0xCE9131) is known color: Fuel Yellow. HEX triplet: CE, 91 and 31. RGB value is (206,145,49). Sum of RGB (Red+Green+Blue) = 206+145+49=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 49 (19.53% from 255 or 12.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9131 is #316ECE. Grayscale: #989898. Windows color (decimal): -3239631 or 3248590. OLE color: 3248590.

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

Color convert

RGB 206 145 49 -
CMYK 0 0.30 0.76 0.19
HSL 36.69º 0.62% 0.5% -
HSV(B) 36.69º 0.76% 0.81% -
XYZ 36.13 33.59 7.49 -
YUV 152.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 206 145 49 0 0.30 0.76 0.19 36.69 0.62 0.5
Hex CE 91 31 0 1E 4C 13 25 3E 32
Octal 316 221 61 0 36 114 23 45 76 62
Binary 11001110 10010001 110001 0 11110 1001100 10011 100101 111110 110010

Color Harmonies of #CE9131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9131

Black with #CE9131

Text Example


Text Example

White with #CE9131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9131; }

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

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

background-color css

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

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

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

border-color css

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

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

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