Html Css Color HEX #ED8939 California

📋 copy color: '#ED8939'

red 237 ◦ green 137 ◦ blue 57

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

Shades of California #ED8939

Tints of California #ED8939

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.79%

 BLUE value IS 57 (22.66% from 255) = 13.23%

R = 54.99%
G = 31.79%
B = 13.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED8939 (or 0xED8939) is known color: California. HEX triplet: ED, 89 and 39. RGB value is (237,137,57). Sum of RGB (Red+Green+Blue) = 237+137+57=431 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.99% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 57 (22.66% from 255 or 13.23% from 431); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8939 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED8939 is #1276C6. Grayscale: #9E9E9E. Windows color (decimal): -1210055 or 3770861. OLE color: 3770861.

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

Color convert

RGB 237 137 57 -
CMYK 0 0.42 0.76 0.07
HSL 26.67º 0.83% 0.58% -
HSV(B) 26.67º 0.76% 0.93% -
XYZ 44.61 36.19 8.51 -
YUV 157.78 71.13 184.5 -
System Red Green Blue C M Y K H S L
Decimal 237 137 57 0 0.42 0.76 0.07 26.67 0.83 0.58
Hex ED 89 39 0 2A 4C 7 1B 53 3A
Octal 355 211 71 0 52 114 7 33 123 72
Binary 11101101 10001001 111001 0 101010 1001100 111 11011 1010011 111010

Color Harmonies of #ED8939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8939

Black with #ED8939

Text Example


Text Example

White with #ED8939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8939; }

 p { color: rgb(237,137,57); }

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

background-color css

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

 a { background-color: rgb(237,137,57); }

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

border-color css

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

 span { border-color: rgb(237,137,57); }

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