Html Css Color HEX #EA4A08 Persimmon

📋 copy color: '#EA4A08'

red 234 ◦ green 74 ◦ blue 8

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

Shades of Persimmon #EA4A08

Tints of Persimmon #EA4A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 8 (3.52% from 255) = 2.53%

R = 74.05%
G = 23.42%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA4A08 (or 0xEA4A08) is known color: Persimmon. HEX triplet: EA, 4A and 08. RGB value is (234,74,8). Sum of RGB (Red+Green+Blue) = 234+74+8=316 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.05% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4A08 is #15B5F7. Grayscale: #727272. Windows color (decimal): -1422840 or 543466. OLE color: 543466.

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

Color convert

RGB 234 74 8 -
CMYK 0 0.68 0.97 0.08
HSL 17.52º 0.93% 0.47% -
HSV(B) 17.52º 0.97% 0.92% -
XYZ 36.42 22.41 2.64 -
YUV 114.32 68.01 213.37 -
System Red Green Blue C M Y K H S L
Decimal 234 74 8 0 0.68 0.97 0.08 17.52 0.93 0.47
Hex EA 4A 8 0 44 61 8 12 5D 2F
Octal 352 112 10 0 104 141 10 22 135 57
Binary 11101010 1001010 1000 0 1000100 1100001 1000 10010 1011101 101111

Color Harmonies of #EA4A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4A08

Black with #EA4A08

Text Example


Text Example

White with #EA4A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4A08; }

 p { color: rgb(234,74,8); }

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

background-color css

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

 a { background-color: rgb(234,74,8); }

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

border-color css

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

 span { border-color: rgb(234,74,8); }

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