Html Css Color HEX #EA4D12 Persimmon

📋 copy color: '#EA4D12'

red 234 ◦ green 77 ◦ blue 18

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

Shades of Persimmon #EA4D12

Tints of Persimmon #EA4D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.47%

R = 71.12%
G = 23.4%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA4D12 (or 0xEA4D12) is known color: Persimmon. HEX triplet: EA, 4D and 12. RGB value is (234,77,18). Sum of RGB (Red+Green+Blue) = 234+77+18=329 (43% of max value = 765). Red value is 234 (91.80% from 255 or 71.12% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D12 is #15B2ED. Grayscale: #757575. Windows color (decimal): -1422062 or 1199594. OLE color: 1199594.

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

Color convert

RGB 234 77 18 -
CMYK 0 0.67 0.92 0.08
HSL 16.39º 0.86% 0.49% -
HSV(B) 16.39º 0.92% 0.92% -
XYZ 36.69 22.84 3.05 -
YUV 117.22 72.01 211.3 -
System Red Green Blue C M Y K H S L
Decimal 234 77 18 0 0.67 0.92 0.08 16.39 0.86 0.49
Hex EA 4D 12 0 43 5C 8 10 56 31
Octal 352 115 22 0 103 134 10 20 126 61
Binary 11101010 1001101 10010 0 1000011 1011100 1000 10000 1010110 110001

Color Harmonies of #EA4D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D12

Black with #EA4D12

Text Example


Text Example

White with #EA4D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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