Html Css Color HEX #EC863B California

📋 copy color: '#EC863B'

red 236 ◦ green 134 ◦ blue 59

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

Shades of California #EC863B

Tints of California #EC863B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.75%

R = 55.01%
G = 31.24%
B = 13.75%

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

#EC863B (or 0xEC863B) is known color: California. HEX triplet: EC, 86 and 3B. RGB value is (236,134,59). Sum of RGB (Red+Green+Blue) = 236+134+59=429 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.01% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 59 (23.44% from 255 or 13.75% from 429); Max value from RGB is 236 - color contains mainly: red. Hex color #EC863B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC863B is #1379C4. Grayscale: #9C9C9C. Windows color (decimal): -1276357 or 3901164. OLE color: 3901164.

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

Color convert

RGB 236 134 59 -
CMYK 0 0.43 0.75 0.07
HSL 25.42º 0.82% 0.58% -
HSV(B) 25.42º 0.75% 0.93% -
XYZ 43.91 35.2 8.62 -
YUV 155.95 73.29 185.1 -
System Red Green Blue C M Y K H S L
Decimal 236 134 59 0 0.43 0.75 0.07 25.42 0.82 0.58
Hex EC 86 3B 0 2B 4B 7 19 52 3A
Octal 354 206 73 0 53 113 7 31 122 72
Binary 11101100 10000110 111011 0 101011 1001011 111 11001 1010010 111010

Color Harmonies of #EC863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC863B

Black with #EC863B

Text Example


Text Example

White with #EC863B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC863B; }

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

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

background-color css

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

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

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

border-color css

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

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

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