Html Css Color HEX #ED8E42 California

📋 copy color: '#ED8E42'

red 237 ◦ green 142 ◦ blue 66

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

Shades of California #ED8E42

Tints of California #ED8E42

RGB

 RED value IS 237 (92.97% from 255) = 53.26%

 GREEN value IS 142 (55.86% from 255) = 31.91%

 BLUE value IS 66 (26.17% from 255) = 14.83%

R = 53.26%
G = 31.91%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED8E42 (or 0xED8E42) is known color: California. HEX triplet: ED, 8E and 42. RGB value is (237,142,66). Sum of RGB (Red+Green+Blue) = 237+142+66=445 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.26% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 66 (26.17% from 255 or 14.83% from 445); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8E42 is #1271BD. Grayscale: #A2A2A2. Windows color (decimal): -1208766 or 4361965. OLE color: 4361965.

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

Color convert

RGB 237 142 66 -
CMYK 0 0.40 0.72 0.07
HSL 26.67º 0.83% 0.59% -
HSV(B) 26.67º 0.72% 0.93% -
XYZ 45.58 37.74 10.04 -
YUV 161.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 237 142 66 0 0.40 0.72 0.07 26.67 0.83 0.59
Hex ED 8E 42 0 28 48 7 1B 53 3B
Octal 355 216 102 0 50 110 7 33 123 73
Binary 11101101 10001110 1000010 0 101000 1001000 111 11011 1010011 111011

Color Harmonies of #ED8E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8E42

Black with #ED8E42

Text Example


Text Example

White with #ED8E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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