Html Css Color HEX #EC9240 California

📋 copy color: '#EC9240'

red 236 ◦ green 146 ◦ blue 64

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

Shades of California #EC9240

Tints of California #EC9240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.74%

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 52.91%
G = 32.74%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC9240 (or 0xEC9240) is known color: California. HEX triplet: EC, 92 and 40. RGB value is (236,146,64). Sum of RGB (Red+Green+Blue) = 236+146+64=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9240 is #136DBF. Grayscale: #A3A3A3. Windows color (decimal): -1273280 or 4231916. OLE color: 4231916.

HSL color Cylindrical-coordinate representation of color #EC9240: hue angle of 28.6º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC9240 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 146 64 -
CMYK 0 0.38 0.73 0.07
HSL 28.6º 0.82% 0.59% -
HSV(B) 28.6º 0.73% 0.93% -
XYZ 45.8 38.76 9.92 -
YUV 163.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 236 146 64 0 0.38 0.73 0.07 28.6 0.82 0.59
Hex EC 92 40 0 26 49 7 1D 52 3B
Octal 354 222 100 0 46 111 7 35 122 73
Binary 11101100 10010010 1000000 0 100110 1001001 111 11101 1010010 111011

Color Harmonies of #EC9240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9240

Black with #EC9240

Text Example


Text Example

White with #EC9240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9240; }

 p { color: rgb(236,146,64); }

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

background-color css

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

 a { background-color: rgb(236,146,64); }

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

border-color css

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

 span { border-color: rgb(236,146,64); }

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