#ED8E3D

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

Shades of California #ED8E3D

Tints of California #ED8E3D

Color information

#ED8E3D (or 0xED8E3D) is unknown color: approx California. HEX triplet: ED, 8E and 3D. RGB value is (237,142,61). Sum of RGB (Red+Green+Blue) = 237+142+61=440 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.86% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 61 (24.22% from 255 or 13.86% from 440); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8E3D is #1271C2. Grayscale: #A1A1A1. Windows color (decimal): -1208771 or 4034285. OLE color: 4034285.

HSL color Cylindrical-coordinate representation of color #ED8E3D: hue angle of 27.61º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED8E3D is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB23714261-
CMYK00.400.740.07
HSL27.61º83.02%58.43%-
HSV(B)27.61º74.26%92.94%-
XYZ45.4437.699.29-
YUV161.1771.47182.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.86%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 61 (24.22% from 255) = 13.86%
R=53.86%
G=32.27%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371426100.400.740.0727.6183.0258.43
HexED8E3D0284A71c533a
Octal3552167505011273412372
Binary111011011000111011110101010001001010111111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E3D; }

 p { color: rgb(237,142,61); }

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

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

 a { background-color: rgb(237,142,61); }

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

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

 span { border-color: rgb(237,142,61); }

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