Html Css Color HEX #CE9C2E Fuel Yellow

📋 copy color: '#CE9C2E'

red 206 ◦ green 156 ◦ blue 46

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

Shades of Fuel Yellow #CE9C2E

Tints of Fuel Yellow #CE9C2E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

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

R = 50.49%
G = 38.24%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.19

RGB Variations

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

Color information

#CE9C2E (or 0xCE9C2E) is known color: Fuel Yellow. HEX triplet: CE, 9C and 2E. RGB value is (206,156,46). Sum of RGB (Red+Green+Blue) = 206+156+46=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C2E is #3163D1. Grayscale: #9E9E9E. Windows color (decimal): -3236818 or 3054798. OLE color: 3054798.

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

Color convert

RGB 206 156 46 -
CMYK 0 0.24 0.78 0.19
HSL 41.25º 0.63% 0.49% -
HSV(B) 41.25º 0.78% 0.81% -
XYZ 37.84 37.1 7.75 -
YUV 158.41 64.57 161.94 -
System Red Green Blue C M Y K H S L
Decimal 206 156 46 0 0.24 0.78 0.19 41.25 0.63 0.49
Hex CE 9C 2E 0 18 4E 13 29 3F 31
Octal 316 234 56 0 30 116 23 51 77 61
Binary 11001110 10011100 101110 0 11000 1001110 10011 101001 111111 110001

Color Harmonies of #CE9C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9C2E

Black with #CE9C2E

Text Example


Text Example

White with #CE9C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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