Html Css Color HEX #EC8531 California

📋 copy color: '#EC8531'

red 236 ◦ green 133 ◦ blue 49

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

Shades of California #EC8531

Tints of California #EC8531

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 56.46%
G = 31.82%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC8531 (or 0xEC8531) is known color: California. HEX triplet: EC, 85 and 31. RGB value is (236,133,49). Sum of RGB (Red+Green+Blue) = 236+133+49=418 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.46% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8531 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8531 is #137ACE. Grayscale: #9A9A9A. Windows color (decimal): -1276623 or 3245548. OLE color: 3245548.

HSL color Cylindrical-coordinate representation of color #EC8531: hue angle of 26.95º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EC8531 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 133 49 -
CMYK 0 0.44 0.79 0.07
HSL 26.95º 0.83% 0.56% -
HSV(B) 26.95º 0.79% 0.93% -
XYZ 43.53 34.83 7.33 -
YUV 154.22 68.62 186.33 -
System Red Green Blue C M Y K H S L
Decimal 236 133 49 0 0.44 0.79 0.07 26.95 0.83 0.56
Hex EC 85 31 0 2C 4F 7 1B 53 38
Octal 354 205 61 0 54 117 7 33 123 70
Binary 11101100 10000101 110001 0 101100 1001111 111 11011 1010011 111000

Color Harmonies of #EC8531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8531

Black with #EC8531

Text Example


Text Example

White with #EC8531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8531; }

 p { color: rgb(236,133,49); }

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

background-color css

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

 a { background-color: rgb(236,133,49); }

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

border-color css

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

 span { border-color: rgb(236,133,49); }

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