Html Css Color HEX #ED893B California

📋 copy color: '#ED893B'

red 237 ◦ green 137 ◦ blue 59

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

Shades of California #ED893B

Tints of California #ED893B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.63%

R = 54.73%
G = 31.64%
B = 13.63%

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

#ED893B (or 0xED893B) is known color: California. HEX triplet: ED, 89 and 3B. RGB value is (237,137,59). Sum of RGB (Red+Green+Blue) = 237+137+59=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED893B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED893B is #1276C4. Grayscale: #9E9E9E. Windows color (decimal): -1210053 or 3901933. OLE color: 3901933.

HSL color Cylindrical-coordinate representation of color #ED893B: hue angle of 26.29º 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 #ED893B is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 137 59 -
CMYK 0 0.42 0.75 0.07
HSL 26.29º 0.83% 0.58% -
HSV(B) 26.29º 0.75% 0.93% -
XYZ 44.66 36.21 8.77 -
YUV 158.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 237 137 59 0 0.42 0.75 0.07 26.29 0.83 0.58
Hex ED 89 3B 0 2A 4B 7 1A 53 3A
Octal 355 211 73 0 52 113 7 32 123 72
Binary 11101101 10001001 111011 0 101010 1001011 111 11010 1010011 111010

Color Harmonies of #ED893B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED893B

Black with #ED893B

Text Example


Text Example

White with #ED893B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED893B; }

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

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

background-color css

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

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

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

border-color css

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

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

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