Html Css Color HEX #EC893A California

📋 copy color: '#EC893A'

red 236 ◦ green 137 ◦ blue 58

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

Shades of California #EC893A

Tints of California #EC893A

RGB

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

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

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

R = 54.76%
G = 31.79%
B = 13.46%

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

#EC893A (or 0xEC893A) is known color: California. HEX triplet: EC, 89 and 3A. RGB value is (236,137,58). Sum of RGB (Red+Green+Blue) = 236+137+58=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 58 (23.05% from 255 or 13.46% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC893A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC893A is #1376C5. Grayscale: #9E9E9E. Windows color (decimal): -1275590 or 3836396. OLE color: 3836396.

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

Color convert

RGB 236 137 58 -
CMYK 0 0.42 0.75 0.07
HSL 26.63º 0.82% 0.58% -
HSV(B) 26.63º 0.75% 0.93% -
XYZ 44.3 36.03 8.62 -
YUV 157.6 71.8 183.92 -
System Red Green Blue C M Y K H S L
Decimal 236 137 58 0 0.42 0.75 0.07 26.63 0.82 0.58
Hex EC 89 3A 0 2A 4B 7 1B 52 3A
Octal 354 211 72 0 52 113 7 33 122 72
Binary 11101100 10001001 111010 0 101010 1001011 111 11011 1010010 111010

Color Harmonies of #EC893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC893A

Black with #EC893A

Text Example


Text Example

White with #EC893A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC893A; }

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

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

background-color css

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

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

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

border-color css

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

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

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