Html Css Color HEX #EC883E California

📋 copy color: '#EC883E'

red 236 ◦ green 136 ◦ blue 62

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

Shades of California #EC883E

Tints of California #EC883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.34%

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

R = 54.38%
G = 31.34%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC883E (or 0xEC883E) is known color: California. HEX triplet: EC, 88 and 3E. RGB value is (236,136,62). Sum of RGB (Red+Green+Blue) = 236+136+62=434 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.38% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 236 - color contains mainly: red. Hex color #EC883E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC883E is #1377C1. Grayscale: #9D9D9D. Windows color (decimal): -1275842 or 4098284. OLE color: 4098284.

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

Color convert

RGB 236 136 62 -
CMYK 0 0.42 0.74 0.07
HSL 25.52º 0.82% 0.58% -
HSV(B) 25.52º 0.74% 0.93% -
XYZ 44.27 35.79 9.13 -
YUV 157.46 74.13 184.02 -
System Red Green Blue C M Y K H S L
Decimal 236 136 62 0 0.42 0.74 0.07 25.52 0.82 0.58
Hex EC 88 3E 0 2A 4A 7 1A 52 3A
Octal 354 210 76 0 52 112 7 32 122 72
Binary 11101100 10001000 111110 0 101010 1001010 111 11010 1010010 111010

Color Harmonies of #EC883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC883E

Black with #EC883E

Text Example


Text Example

White with #EC883E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC883E; }

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

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

background-color css

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

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

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

border-color css

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

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

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