Html Css Color HEX #EA923F California

📋 copy color: '#EA923F'

red 234 ◦ green 146 ◦ blue 63

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

Shades of California #EA923F

Tints of California #EA923F

RGB

 RED value IS 234 (91.8% from 255) = 52.82%

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

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

R = 52.82%
G = 32.96%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EA923F (or 0xEA923F) is known color: California. HEX triplet: EA, 92 and 3F. RGB value is (234,146,63). Sum of RGB (Red+Green+Blue) = 234+146+63=443 (58% of max value = 765). Red value is 234 (91.80% from 255 or 52.82% from 443); Green value is 146 (57.42% from 255 or 32.96% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 234 - color contains mainly: red. Hex color #EA923F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EA923F is #156DC0. Grayscale: #A3A3A3. Windows color (decimal): -1404353 or 4166378. OLE color: 4166378.

HSL color Cylindrical-coordinate representation of color #EA923F: hue angle of 29.12º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EA923F is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 146 63 -
CMYK 0 0.38 0.73 0.08
HSL 29.12º 0.8% 0.58% -
HSV(B) 29.12º 0.73% 0.92% -
XYZ 45.11 38.41 9.74 -
YUV 162.85 71.65 178.75 -
System Red Green Blue C M Y K H S L
Decimal 234 146 63 0 0.38 0.73 0.08 29.12 0.8 0.58
Hex EA 92 3F 0 26 49 8 1D 50 3A
Octal 352 222 77 0 46 111 10 35 120 72
Binary 11101010 10010010 111111 0 100110 1001001 1000 11101 1010000 111010

Color Harmonies of #EA923F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA923F

Black with #EA923F

Text Example


Text Example

White with #EA923F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA923F; }

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

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

background-color css

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

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

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

border-color css

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

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

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