Html Css Color HEX #EC863C California

📋 copy color: '#EC863C'

red 236 ◦ green 134 ◦ blue 60

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

Shades of California #EC863C

Tints of California #EC863C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.16%

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

R = 54.88%
G = 31.16%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC863C (or 0xEC863C) is known color: California. HEX triplet: EC, 86 and 3C. RGB value is (236,134,60). Sum of RGB (Red+Green+Blue) = 236+134+60=430 (56% of max value = 765). Red value is 236 (92.58% from 255 or 54.88% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 60 (23.83% from 255 or 13.95% from 430); Max value from RGB is 236 - color contains mainly: red. Hex color #EC863C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC863C is #1379C3. Grayscale: #9C9C9C. Windows color (decimal): -1276356 or 3966700. OLE color: 3966700.

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

Color convert

RGB 236 134 60 -
CMYK 0 0.43 0.75 0.07
HSL 25.23º 0.82% 0.58% -
HSV(B) 25.23º 0.75% 0.93% -
XYZ 43.93 35.21 8.76 -
YUV 156.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 236 134 60 0 0.43 0.75 0.07 25.23 0.82 0.58
Hex EC 86 3C 0 2B 4B 7 19 52 3A
Octal 354 206 74 0 53 113 7 31 122 72
Binary 11101100 10000110 111100 0 101011 1001011 111 11001 1010010 111010

Color Harmonies of #EC863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC863C

Black with #EC863C

Text Example


Text Example

White with #EC863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC863C; }

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

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

background-color css

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

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

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

border-color css

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

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

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