Html Css Color HEX #EC893F California

📋 copy color: '#EC893F'

red 236 ◦ green 137 ◦ blue 63

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

Shades of California #EC893F

Tints of California #EC893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.45%

R = 54.13%
G = 31.42%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC893F (or 0xEC893F) is known color: California. HEX triplet: EC, 89 and 3F. RGB value is (236,137,63). Sum of RGB (Red+Green+Blue) = 236+137+63=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 63 (25% from 255 or 14.45% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC893F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC893F is #1376C0. Grayscale: #9E9E9E. Windows color (decimal): -1275585 or 4164076. OLE color: 4164076.

HSL color Cylindrical-coordinate representation of color #EC893F: hue angle of 25.66º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC893F is Cyan = 0, Magento = 0.42, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 137 63 -
CMYK 0 0.42 0.73 0.07
HSL 25.66º 0.82% 0.59% -
HSV(B) 25.66º 0.73% 0.93% -
XYZ 44.43 36.08 9.33 -
YUV 158.17 74.3 183.52 -
System Red Green Blue C M Y K H S L
Decimal 236 137 63 0 0.42 0.73 0.07 25.66 0.82 0.59
Hex EC 89 3F 0 2A 49 7 1A 52 3B
Octal 354 211 77 0 52 111 7 32 122 73
Binary 11101100 10001001 111111 0 101010 1001001 111 11010 1010010 111011

Color Harmonies of #EC893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC893F

Black with #EC893F

Text Example


Text Example

White with #EC893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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