Html Css Color HEX #ED893C California

📋 copy color: '#ED893C'

red 237 ◦ green 137 ◦ blue 60

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

Shades of California #ED893C

Tints of California #ED893C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.82%

R = 54.61%
G = 31.57%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED893C (or 0xED893C) is known color: California. HEX triplet: ED, 89 and 3C. RGB value is (237,137,60). Sum of RGB (Red+Green+Blue) = 237+137+60=434 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.61% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 60 (23.83% from 255 or 13.82% from 434); Max value from RGB is 237 - color contains mainly: red. Hex color #ED893C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED893C is #1276C3. Grayscale: #9E9E9E. Windows color (decimal): -1210052 or 3967469. OLE color: 3967469.

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

Color convert

RGB 237 137 60 -
CMYK 0 0.42 0.75 0.07
HSL 26.1º 0.83% 0.58% -
HSV(B) 26.1º 0.75% 0.93% -
XYZ 44.69 36.22 8.91 -
YUV 158.12 72.63 184.26 -
System Red Green Blue C M Y K H S L
Decimal 237 137 60 0 0.42 0.75 0.07 26.1 0.83 0.58
Hex ED 89 3C 0 2A 4B 7 1A 53 3A
Octal 355 211 74 0 52 113 7 32 123 72
Binary 11101101 10001001 111100 0 101010 1001011 111 11010 1010011 111010

Color Harmonies of #ED893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED893C

Black with #ED893C

Text Example


Text Example

White with #ED893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED893C; }

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

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

background-color css

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

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

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

border-color css

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

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

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