Html Css Color HEX #EC913E California

📋 copy color: '#EC913E'

red 236 ◦ green 145 ◦ blue 62

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

Shades of California #EC913E

Tints of California #EC913E

RGB

 RED value IS 236 (92.58% from 255) = 53.27%

 GREEN value IS 145 (57.03% from 255) = 32.73%

 BLUE value IS 62 (24.61% from 255) = 14%

R = 53.27%
G = 32.73%
B = 14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC913E (or 0xEC913E) is known color: California. HEX triplet: EC, 91 and 3E. RGB value is (236,145,62). Sum of RGB (Red+Green+Blue) = 236+145+62=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 145 (57.03% from 255 or 32.73% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC913E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC913E is #136EC1. Grayscale: #A3A3A3. Windows color (decimal): -1273538 or 4100588. OLE color: 4100588.

HSL color Cylindrical-coordinate representation of color #EC913E: hue angle of 28.62º degrees, saturation: 0.82, 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 #EC913E is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 145 62 -
CMYK 0 0.39 0.74 0.07
HSL 28.62º 0.82% 0.58% -
HSV(B) 28.62º 0.74% 0.93% -
XYZ 45.59 38.43 9.57 -
YUV 162.75 71.15 180.25 -
System Red Green Blue C M Y K H S L
Decimal 236 145 62 0 0.39 0.74 0.07 28.62 0.82 0.58
Hex EC 91 3E 0 27 4A 7 1D 52 3A
Octal 354 221 76 0 47 112 7 35 122 72
Binary 11101100 10010001 111110 0 100111 1001010 111 11101 1010010 111010

Color Harmonies of #EC913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC913E

Black with #EC913E

Text Example


Text Example

White with #EC913E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC913E; }

 p { color: rgb(236,145,62); }

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

background-color css

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

 a { background-color: rgb(236,145,62); }

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

border-color css

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

 span { border-color: rgb(236,145,62); }

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