#EA4F1A

Color #EA4F1A Persimmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persimmon #EA4F1A

Tints of Persimmon #EA4F1A

Color information

#EA4F1A (or 0xEA4F1A) is unknown color: approx Persimmon. HEX triplet: EA, 4F and 1A. RGB value is (234,79,26). Sum of RGB (Red+Green+Blue) = 234+79+26=339 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.03% from 339); Green value is 79 (31.25% from 255 or 23.30% from 339); Blue value is 26 (10.55% from 255 or 7.67% from 339); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4F1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EA4F1A is #15B0E5. Grayscale: #777777. Windows color (decimal): -1421542 or 1724394. OLE color: 1724394.

HSL color Cylindrical-coordinate representation of color #EA4F1A: hue angle of 15.29º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EA4F1A is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB2347926-
CMYK00.660.890.08
HSL15.29º83.2%50.98%-
HSV(B)15.29º88.89%91.76%-
XYZ36.9123.163.5-
YUV119.375.35209.81-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 69.03%
GREEN value IS 79 (31.25% from 255) = 23.30%
BLUE value IS 26 (10.55% from 255) = 7.67%
R=69.03%
G=23.30%
B=7.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.89
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal234792600.660.890.0815.2983.250.98
HexEA4F1A042598f5333
Octal352117320102131101712363
Binary11101010100111111010010000101011001100011111010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA4F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA4F1A; }

 p { color: rgb(234,79,26); }

 H1.HeaderClassName
 {
   color: #EA4F1A;
 }
 .AnyTagClassName
 {
   color: #EA4F1A;
 }
</style>
background-color css

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

 a { background-color: rgb(234,79,26); }

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

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

 span { border-color: rgb(234,79,26); }

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