Html Css Color HEX #EA4C07 Persimmon

📋 copy color: '#EA4C07'

red 234 ◦ green 76 ◦ blue 7

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

Shades of Persimmon #EA4C07

Tints of Persimmon #EA4C07

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.97%

 BLUE value IS 7 (3.13% from 255) = 2.21%

R = 73.82%
G = 23.97%
B = 2.21%

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

#EA4C07 (or 0xEA4C07) is known color: Persimmon. HEX triplet: EA, 4C and 07. RGB value is (234,76,7). Sum of RGB (Red+Green+Blue) = 234+76+7=317 (41% of max value = 765). Red value is 234 (91.80% from 255 or 73.82% from 317); Green value is 76 (30.08% from 255 or 23.97% from 317); Blue value is 7 (3.12% from 255 or 2.21% from 317); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA4C07 is #15B3F8. Grayscale: #737373. Windows color (decimal): -1422329 or 478442. OLE color: 478442.

HSL color Cylindrical-coordinate representation of color #EA4C07: hue angle of 18.24º degrees, saturation: 0.94, 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 #EA4C07 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 76 7 -
CMYK 0 0.68 0.97 0.08
HSL 18.24º 0.94% 0.47% -
HSV(B) 18.24º 0.97% 0.92% -
XYZ 36.55 22.68 2.65 -
YUV 115.38 66.85 212.61 -
System Red Green Blue C M Y K H S L
Decimal 234 76 7 0 0.68 0.97 0.08 18.24 0.94 0.47
Hex EA 4C 7 0 44 61 8 12 5E 2F
Octal 352 114 7 0 104 141 10 22 136 57
Binary 11101010 1001100 111 0 1000100 1100001 1000 10010 1011110 101111

Color Harmonies of #EA4C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4C07

Black with #EA4C07

Text Example


Text Example

White with #EA4C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4C07; }

 p { color: rgb(234,76,7); }

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

background-color css

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

 a { background-color: rgb(234,76,7); }

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

border-color css

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

 span { border-color: rgb(234,76,7); }

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