Html Css Color HEX #EC8A36 California

📋 copy color: '#EC8A36'

red 236 ◦ green 138 ◦ blue 54

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

Shades of California #EC8A36

Tints of California #EC8A36

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.24%

 BLUE value IS 54 (21.48% from 255) = 12.62%

R = 55.14%
G = 32.24%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC8A36 (or 0xEC8A36) is known color: California. HEX triplet: EC, 8A and 36. RGB value is (236,138,54). Sum of RGB (Red+Green+Blue) = 236+138+54=428 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.14% from 428); Green value is 138 (54.30% from 255 or 32.24% from 428); Blue value is 54 (21.48% from 255 or 12.62% from 428); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8A36 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8A36 is #1375C9. Grayscale: #9E9E9E. Windows color (decimal): -1275338 or 3574508. OLE color: 3574508.

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

Color convert

RGB 236 138 54 -
CMYK 0 0.42 0.77 0.07
HSL 27.69º 0.83% 0.57% -
HSV(B) 27.69º 0.77% 0.93% -
XYZ 44.35 36.28 8.15 -
YUV 157.73 69.47 183.83 -
System Red Green Blue C M Y K H S L
Decimal 236 138 54 0 0.42 0.77 0.07 27.69 0.83 0.57
Hex EC 8A 36 0 2A 4D 7 1C 53 39
Octal 354 212 66 0 52 115 7 34 123 71
Binary 11101100 10001010 110110 0 101010 1001101 111 11100 1010011 111001

Color Harmonies of #EC8A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8A36

Black with #EC8A36

Text Example


Text Example

White with #EC8A36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8A36; }

 p { color: rgb(236,138,54); }

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

background-color css

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

 a { background-color: rgb(236,138,54); }

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

border-color css

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

 span { border-color: rgb(236,138,54); }

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