Html Css Color HEX #CE9A2E Fuel Yellow

📋 copy color: '#CE9A2E'

red 206 ◦ green 154 ◦ blue 46

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

Shades of Fuel Yellow #CE9A2E

Tints of Fuel Yellow #CE9A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

 BLUE value IS 46 (18.36% from 255) = 11.33%

R = 50.74%
G = 37.93%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE9A2E (or 0xCE9A2E) is known color: Fuel Yellow. HEX triplet: CE, 9A and 2E. RGB value is (206,154,46). Sum of RGB (Red+Green+Blue) = 206+154+46=406 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.74% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 46 (18.36% from 255 or 11.33% from 406); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A2E is #3165D1. Grayscale: #9D9D9D. Windows color (decimal): -3237330 or 3054286. OLE color: 3054286.

HSL color Cylindrical-coordinate representation of color #CE9A2E: hue angle of 40.5º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE9A2E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 154 46 -
CMYK 0 0.25 0.78 0.19
HSL 40.5º 0.63% 0.49% -
HSV(B) 40.5º 0.78% 0.81% -
XYZ 37.5 36.43 7.64 -
YUV 157.24 65.23 162.78 -
System Red Green Blue C M Y K H S L
Decimal 206 154 46 0 0.25 0.78 0.19 40.5 0.63 0.49
Hex CE 9A 2E 0 19 4E 13 28 3F 31
Octal 316 232 56 0 31 116 23 50 77 61
Binary 11001110 10011010 101110 0 11001 1001110 10011 101000 111111 110001

Color Harmonies of #CE9A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9A2E

Black with #CE9A2E

Text Example


Text Example

White with #CE9A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9A2E; }

 p { color: rgb(206,154,46); }

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

background-color css

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

 a { background-color: rgb(206,154,46); }

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

border-color css

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

 span { border-color: rgb(206,154,46); }

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