Html Css Color HEX #ED873D California

📋 copy color: '#ED873D'

red 237 ◦ green 135 ◦ blue 61

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

Shades of California #ED873D

Tints of California #ED873D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.09%

R = 54.73%
G = 31.18%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED873D (or 0xED873D) is known color: California. HEX triplet: ED, 87 and 3D. RGB value is (237,135,61). Sum of RGB (Red+Green+Blue) = 237+135+61=433 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.73% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 237 - color contains mainly: red. Hex color #ED873D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ED873D is #1278C2. Grayscale: #9D9D9D. Windows color (decimal): -1210563 or 4032493. OLE color: 4032493.

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

Color convert

RGB 237 135 61 -
CMYK 0 0.43 0.74 0.07
HSL 25.23º 0.83% 0.58% -
HSV(B) 25.23º 0.74% 0.93% -
XYZ 44.43 35.67 8.96 -
YUV 157.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 237 135 61 0 0.43 0.74 0.07 25.23 0.83 0.58
Hex ED 87 3D 0 2B 4A 7 19 53 3A
Octal 355 207 75 0 53 112 7 31 123 72
Binary 11101101 10000111 111101 0 101011 1001010 111 11001 1010011 111010

Color Harmonies of #ED873D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED873D

Black with #ED873D

Text Example


Text Example

White with #ED873D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED873D; }

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

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

background-color css

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

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

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

border-color css

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

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

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