Html Css Color HEX #CE9134 Fuel Yellow

📋 copy color: '#CE9134'

red 206 ◦ green 145 ◦ blue 52

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

Shades of Fuel Yellow #CE9134

Tints of Fuel Yellow #CE9134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 51.12%
G = 35.98%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE9134 (or 0xCE9134) is known color: Fuel Yellow. HEX triplet: CE, 91 and 34. RGB value is (206,145,52). Sum of RGB (Red+Green+Blue) = 206+145+52=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9134 is #316ECB. Grayscale: #999999. Windows color (decimal): -3239628 or 3445198. OLE color: 3445198.

HSL color Cylindrical-coordinate representation of color #CE9134: hue angle of 36.23º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE9134 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 145 52 -
CMYK 0 0.30 0.75 0.19
HSL 36.23º 0.61% 0.51% -
HSV(B) 36.23º 0.75% 0.81% -
XYZ 36.2 33.62 7.83 -
YUV 152.64 71.21 166.06 -
System Red Green Blue C M Y K H S L
Decimal 206 145 52 0 0.30 0.75 0.19 36.23 0.61 0.51
Hex CE 91 34 0 1E 4B 13 24 3D 33
Octal 316 221 64 0 36 113 23 44 75 63
Binary 11001110 10010001 110100 0 11110 1001011 10011 100100 111101 110011

Color Harmonies of #CE9134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9134

Black with #CE9134

Text Example


Text Example

White with #CE9134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9134; }

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

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

background-color css

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

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

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

border-color css

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

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

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