Html Css Color HEX #CE9E34 Fuel Yellow

📋 copy color: '#CE9E34'

red 206 ◦ green 158 ◦ blue 52

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

Shades of Fuel Yellow #CE9E34

Tints of Fuel Yellow #CE9E34

RGB

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

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

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

R = 49.52%
G = 37.98%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.19

RGB Variations

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

Color information

#CE9E34 (or 0xCE9E34) is known color: Fuel Yellow. HEX triplet: CE, 9E and 34. RGB value is (206,158,52). Sum of RGB (Red+Green+Blue) = 206+158+52=416 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.52% from 416); Green value is 158 (62.11% from 255 or 37.98% from 416); Blue value is 52 (20.70% from 255 or 12.5% from 416); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E34 is #3161CB. Grayscale: #A0A0A0. Windows color (decimal): -3236300 or 3448526. OLE color: 3448526.

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

Color convert

RGB 206 158 52 -
CMYK 0 0.23 0.75 0.19
HSL 41.3º 0.61% 0.51% -
HSV(B) 41.3º 0.75% 0.81% -
XYZ 38.3 37.82 8.53 -
YUV 160.27 66.9 160.62 -
System Red Green Blue C M Y K H S L
Decimal 206 158 52 0 0.23 0.75 0.19 41.3 0.61 0.51
Hex CE 9E 34 0 17 4B 13 29 3D 33
Octal 316 236 64 0 27 113 23 51 75 63
Binary 11001110 10011110 110100 0 10111 1001011 10011 101001 111101 110011

Color Harmonies of #CE9E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9E34

Black with #CE9E34

Text Example


Text Example

White with #CE9E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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