#CE993A

Color #CE993A Fuel Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuel Yellow #CE993A

Tints of Fuel Yellow #CE993A

Color information

#CE993A (or 0xCE993A) is unknown color: approx Fuel Yellow. HEX triplet: CE, 99 and 3A. RGB value is (206,153,58). Sum of RGB (Red+Green+Blue) = 206+153+58=417 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.40% from 417); Green value is 153 (60.16% from 255 or 36.69% from 417); Blue value is 58 (23.05% from 255 or 13.91% from 417); Max value from RGB is 206 - color contains mainly: red. Hex color #CE993A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE993A is #3166C5. Grayscale: #9E9E9E. Windows color (decimal): -3237574 or 3840462. OLE color: 3840462.

HSL color Cylindrical-coordinate representation of color #CE993A: hue angle of 38.51º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE993A is Cyan = 0, Magento = 0.26, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20615358-
CMYK00.260.720.19
HSL38.51º60.16%51.76%-
HSV(B)38.51º71.84%80.78%-
XYZ37.6136.219.01-
YUV158.0271.56162.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 49.40%
GREEN value IS 153 (60.16% from 255) = 36.69%
BLUE value IS 58 (23.05% from 255) = 13.91%
R=49.40%
G=36.69%
B=13.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061535800.260.720.1938.5160.1651.76
HexCE993A01A4813273c34
Octal3162317203211023477464
Binary1100111010011001111010011010100100010011100111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE993A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE993A; }

 p { color: rgb(206,153,58); }

 H1.HeaderClassName
 {
   color: #CE993A;
 }
 .AnyTagClassName
 {
   color: #CE993A;
 }
</style>
background-color css

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

 a { background-color: rgb(206,153,58); }

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

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

 span { border-color: rgb(206,153,58); }

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