Html Css Color HEX #EC8935 California

📋 copy color: '#EC8935'

red 236 ◦ green 137 ◦ blue 53

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

Shades of California #EC8935

Tints of California #EC8935

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.16%

 BLUE value IS 53 (21.09% from 255) = 12.44%

R = 55.4%
G = 32.16%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC8935 (or 0xEC8935) is known color: California. HEX triplet: EC, 89 and 35. RGB value is (236,137,53). Sum of RGB (Red+Green+Blue) = 236+137+53=426 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.40% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 53 (21.09% from 255 or 12.44% from 426); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8935 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8935 is #1376CA. Grayscale: #9D9D9D. Windows color (decimal): -1275595 or 3508716. OLE color: 3508716.

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

Color convert

RGB 236 137 53 -
CMYK 0 0.42 0.78 0.07
HSL 27.54º 0.83% 0.57% -
HSV(B) 27.54º 0.78% 0.93% -
XYZ 44.18 35.98 7.98 -
YUV 157.03 69.3 184.33 -
System Red Green Blue C M Y K H S L
Decimal 236 137 53 0 0.42 0.78 0.07 27.54 0.83 0.57
Hex EC 89 35 0 2A 4E 7 1C 53 39
Octal 354 211 65 0 52 116 7 34 123 71
Binary 11101100 10001001 110101 0 101010 1001110 111 11100 1010011 111001

Color Harmonies of #EC8935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8935

Black with #EC8935

Text Example


Text Example

White with #EC8935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8935; }

 p { color: rgb(236,137,53); }

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

background-color css

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

 a { background-color: rgb(236,137,53); }

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

border-color css

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

 span { border-color: rgb(236,137,53); }

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