Html Css Color HEX #EA4D05 Persimmon

📋 copy color: '#EA4D05'

red 234 ◦ green 77 ◦ blue 5

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

Shades of Persimmon #EA4D05

Tints of Persimmon #EA4D05

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

 BLUE value IS 5 (2.34% from 255) = 1.58%

R = 74.05%
G = 24.37%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA4D05 (or 0xEA4D05) is known color: Persimmon. HEX triplet: EA, 4D and 05. RGB value is (234,77,5). Sum of RGB (Red+Green+Blue) = 234+77+5=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D05 is #15B2FA. Grayscale: #747474. Windows color (decimal): -1422075 or 347626. OLE color: 347626.

HSL color Cylindrical-coordinate representation of color #EA4D05: hue angle of 18.86º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA4D05 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 77 5 -
CMYK 0 0.67 0.98 0.08
HSL 18.86º 0.96% 0.47% -
HSV(B) 18.86º 0.98% 0.92% -
XYZ 36.61 22.81 2.62 -
YUV 115.74 65.51 212.35 -
System Red Green Blue C M Y K H S L
Decimal 234 77 5 0 0.67 0.98 0.08 18.86 0.96 0.47
Hex EA 4D 5 0 43 62 8 13 60 2F
Octal 352 115 5 0 103 142 10 23 140 57
Binary 11101010 1001101 101 0 1000011 1100010 1000 10011 1100000 101111

Color Harmonies of #EA4D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D05

Black with #EA4D05

Text Example


Text Example

White with #EA4D05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D05; }

 p { color: rgb(234,77,5); }

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

background-color css

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

 a { background-color: rgb(234,77,5); }

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

border-color css

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

 span { border-color: rgb(234,77,5); }

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