Html Css Color HEX #EC863A California

📋 copy color: '#EC863A'

red 236 ◦ green 134 ◦ blue 58

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

Shades of California #EC863A

Tints of California #EC863A

RGB

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

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

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

R = 55.14%
G = 31.31%
B = 13.55%

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

#EC863A (or 0xEC863A) is known color: California. HEX triplet: EC, 86 and 3A. RGB value is (236,134,58). Sum of RGB (Red+Green+Blue) = 236+134+58=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC863A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC863A is #1379C5. Grayscale: #9C9C9C. Windows color (decimal): -1276358 or 3835628. OLE color: 3835628.

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

Color convert

RGB 236 134 58 -
CMYK 0 0.43 0.75 0.07
HSL 25.62º 0.82% 0.58% -
HSV(B) 25.62º 0.75% 0.93% -
XYZ 43.88 35.19 8.48 -
YUV 155.83 72.79 185.18 -
System Red Green Blue C M Y K H S L
Decimal 236 134 58 0 0.43 0.75 0.07 25.62 0.82 0.58
Hex EC 86 3A 0 2B 4B 7 1A 52 3A
Octal 354 206 72 0 53 113 7 32 122 72
Binary 11101100 10000110 111010 0 101011 1001011 111 11010 1010010 111010

Color Harmonies of #EC863A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC863A

Black with #EC863A

Text Example


Text Example

White with #EC863A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC863A; }

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

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

background-color css

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

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

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

border-color css

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

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

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