Html Css Color HEX #EA460C Persimmon

📋 copy color: '#EA460C'

red 234 ◦ green 70 ◦ blue 12

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

Shades of Persimmon #EA460C

Tints of Persimmon #EA460C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 74.05%
G = 22.15%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA460C (or 0xEA460C) is known color: Persimmon. HEX triplet: EA, 46 and 0C. RGB value is (234,70,12). Sum of RGB (Red+Green+Blue) = 234+70+12=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA460C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA460C is #15B9F3. Grayscale: #707070. Windows color (decimal): -1423860 or 804586. OLE color: 804586.

HSL color Cylindrical-coordinate representation of color #EA460C: hue angle of 15.68º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EA460C is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 70 12 -
CMYK 0 0.70 0.95 0.08
HSL 15.68º 0.9% 0.48% -
HSV(B) 15.68º 0.95% 0.92% -
XYZ 36.19 21.9 2.67 -
YUV 112.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 234 70 12 0 0.70 0.95 0.08 15.68 0.9 0.48
Hex EA 46 C 0 46 5F 8 10 5A 30
Octal 352 106 14 0 106 137 10 20 132 60
Binary 11101010 1000110 1100 0 1000110 1011111 1000 10000 1011010 110000

Color Harmonies of #EA460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA460C

Black with #EA460C

Text Example


Text Example

White with #EA460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA460C; }

 p { color: rgb(234,70,12); }

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

background-color css

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

 a { background-color: rgb(234,70,12); }

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

border-color css

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

 span { border-color: rgb(234,70,12); }

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