Html Css Color HEX #EC923F California

📋 copy color: '#EC923F'

red 236 ◦ green 146 ◦ blue 63

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

Shades of California #EC923F

Tints of California #EC923F

RGB

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

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

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

R = 53.03%
G = 32.81%
B = 14.16%

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

#EC923F (or 0xEC923F) is known color: California. HEX triplet: EC, 92 and 3F. RGB value is (236,146,63). Sum of RGB (Red+Green+Blue) = 236+146+63=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC923F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC923F is #136DC0. Grayscale: #A3A3A3. Windows color (decimal): -1273281 or 4166380. OLE color: 4166380.

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

Color convert

RGB 236 146 63 -
CMYK 0 0.38 0.73 0.07
HSL 28.79º 0.82% 0.59% -
HSV(B) 28.79º 0.73% 0.93% -
XYZ 45.77 38.75 9.77 -
YUV 163.45 71.32 179.75 -
System Red Green Blue C M Y K H S L
Decimal 236 146 63 0 0.38 0.73 0.07 28.79 0.82 0.59
Hex EC 92 3F 0 26 49 7 1D 52 3B
Octal 354 222 77 0 46 111 7 35 122 73
Binary 11101100 10010010 111111 0 100110 1001001 111 11101 1010010 111011

Color Harmonies of #EC923F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC923F

Black with #EC923F

Text Example


Text Example

White with #EC923F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC923F; }

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

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

background-color css

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

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

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

border-color css

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

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

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