Html Css Color HEX #CE9332 Fuel Yellow

📋 copy color: '#CE9332'

red 206 ◦ green 147 ◦ blue 50

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

Shades of Fuel Yellow #CE9332

Tints of Fuel Yellow #CE9332

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 50 (19.92% from 255) = 12.41%

R = 51.12%
G = 36.48%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#CE9332 (or 0xCE9332) is known color: Fuel Yellow. HEX triplet: CE, 93 and 32. RGB value is (206,147,50). Sum of RGB (Red+Green+Blue) = 206+147+50=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9332 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9332 is #316CCD. Grayscale: #9A9A9A. Windows color (decimal): -3239118 or 3314638. OLE color: 3314638.

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

Color convert

RGB 206 147 50 -
CMYK 0 0.29 0.76 0.19
HSL 37.31º 0.61% 0.5% -
HSV(B) 37.31º 0.76% 0.81% -
XYZ 36.46 34.22 7.7 -
YUV 153.58 69.55 165.39 -
System Red Green Blue C M Y K H S L
Decimal 206 147 50 0 0.29 0.76 0.19 37.31 0.61 0.5
Hex CE 93 32 0 1D 4C 13 25 3D 32
Octal 316 223 62 0 35 114 23 45 75 62
Binary 11001110 10010011 110010 0 11101 1001100 10011 100101 111101 110010

Color Harmonies of #CE9332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9332

Black with #CE9332

Text Example


Text Example

White with #CE9332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9332; }

 p { color: rgb(206,147,50); }

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

background-color css

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

 a { background-color: rgb(206,147,50); }

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

border-color css

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

 span { border-color: rgb(206,147,50); }

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