Html Css Color HEX #CE9434 Fuel Yellow

📋 copy color: '#CE9434'

red 206 ◦ green 148 ◦ blue 52

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

Shades of Fuel Yellow #CE9434

Tints of Fuel Yellow #CE9434

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 50.74%
G = 36.45%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE9434 (or 0xCE9434) is known color: Fuel Yellow. HEX triplet: CE, 94 and 34. RGB value is (206,148,52). Sum of RGB (Red+Green+Blue) = 206+148+52=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 52 (20.70% from 255 or 12.81% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9434 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9434 is #316BCB. Grayscale: #9A9A9A. Windows color (decimal): -3238860 or 3445966. OLE color: 3445966.

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

Color convert

RGB 206 148 52 -
CMYK 0 0.28 0.75 0.19
HSL 37.4º 0.61% 0.51% -
HSV(B) 37.4º 0.75% 0.81% -
XYZ 36.66 34.55 7.99 -
YUV 154.4 70.22 164.81 -
System Red Green Blue C M Y K H S L
Decimal 206 148 52 0 0.28 0.75 0.19 37.4 0.61 0.51
Hex CE 94 34 0 1C 4B 13 25 3D 33
Octal 316 224 64 0 34 113 23 45 75 63
Binary 11001110 10010100 110100 0 11100 1001011 10011 100101 111101 110011

Color Harmonies of #CE9434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9434

Black with #CE9434

Text Example


Text Example

White with #CE9434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9434; }

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

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

background-color css

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

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

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

border-color css

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

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

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