Html Css Color HEX #ED873A California

📋 copy color: '#ED873A'

red 237 ◦ green 135 ◦ blue 58

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

Shades of California #ED873A

Tints of California #ED873A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.4%

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 55.12%
G = 31.4%
B = 13.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED873A (or 0xED873A) is known color: California. HEX triplet: ED, 87 and 3A. RGB value is (237,135,58). Sum of RGB (Red+Green+Blue) = 237+135+58=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED873A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED873A is #1278C5. Grayscale: #9D9D9D. Windows color (decimal): -1210566 or 3835885. OLE color: 3835885.

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

Color convert

RGB 237 135 58 -
CMYK 0 0.43 0.76 0.07
HSL 25.81º 0.83% 0.58% -
HSV(B) 25.81º 0.76% 0.93% -
XYZ 44.35 35.64 8.54 -
YUV 156.72 72.29 185.26 -
System Red Green Blue C M Y K H S L
Decimal 237 135 58 0 0.43 0.76 0.07 25.81 0.83 0.58
Hex ED 87 3A 0 2B 4C 7 1A 53 3A
Octal 355 207 72 0 53 114 7 32 123 72
Binary 11101101 10000111 111010 0 101011 1001100 111 11010 1010011 111010

Color Harmonies of #ED873A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED873A

Black with #ED873A

Text Example


Text Example

White with #ED873A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED873A; }

 p { color: rgb(237,135,58); }

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

background-color css

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

 a { background-color: rgb(237,135,58); }

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

border-color css

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

 span { border-color: rgb(237,135,58); }

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