Html Css Color HEX #EC893C California

📋 copy color: '#EC893C'

red 236 ◦ green 137 ◦ blue 60

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

Shades of California #EC893C

Tints of California #EC893C

RGB

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

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

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

R = 54.5%
G = 31.64%
B = 13.86%

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

#EC893C (or 0xEC893C) is known color: California. HEX triplet: EC, 89 and 3C. RGB value is (236,137,60). Sum of RGB (Red+Green+Blue) = 236+137+60=433 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.50% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 236 - color contains mainly: red. Hex color #EC893C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC893C is #1376C3. Grayscale: #9E9E9E. Windows color (decimal): -1275588 or 3967468. OLE color: 3967468.

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

Color convert

RGB 236 137 60 -
CMYK 0 0.42 0.75 0.07
HSL 26.25º 0.82% 0.58% -
HSV(B) 26.25º 0.75% 0.93% -
XYZ 44.35 36.05 8.9 -
YUV 157.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 236 137 60 0 0.42 0.75 0.07 26.25 0.82 0.58
Hex EC 89 3C 0 2A 4B 7 1A 52 3A
Octal 354 211 74 0 52 113 7 32 122 72
Binary 11101100 10001001 111100 0 101010 1001011 111 11010 1010010 111010

Color Harmonies of #EC893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC893C

Black with #EC893C

Text Example


Text Example

White with #EC893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC893C; }

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

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

background-color css

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

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

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

border-color css

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

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

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