Html Css Color HEX #EC903F California

📋 copy color: '#EC903F'

red 236 ◦ green 144 ◦ blue 63

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

Shades of California #EC903F

Tints of California #EC903F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.51%

 BLUE value IS 63 (25% from 255) = 14.22%

R = 53.27%
G = 32.51%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC903F (or 0xEC903F) is known color: California. HEX triplet: EC, 90 and 3F. RGB value is (236,144,63). Sum of RGB (Red+Green+Blue) = 236+144+63=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC903F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC903F is #136FC0. Grayscale: #A2A2A2. Windows color (decimal): -1273793 or 4165868. OLE color: 4165868.

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

Color convert

RGB 236 144 63 -
CMYK 0 0.39 0.73 0.07
HSL 28.09º 0.82% 0.59% -
HSV(B) 28.09º 0.73% 0.93% -
XYZ 45.46 38.14 9.67 -
YUV 162.27 71.98 180.59 -
System Red Green Blue C M Y K H S L
Decimal 236 144 63 0 0.39 0.73 0.07 28.09 0.82 0.59
Hex EC 90 3F 0 27 49 7 1C 52 3B
Octal 354 220 77 0 47 111 7 34 122 73
Binary 11101100 10010000 111111 0 100111 1001001 111 11100 1010010 111011

Color Harmonies of #EC903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC903F

Black with #EC903F

Text Example


Text Example

White with #EC903F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC903F; }

 p { color: rgb(236,144,63); }

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

background-color css

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

 a { background-color: rgb(236,144,63); }

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

border-color css

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

 span { border-color: rgb(236,144,63); }

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