Html Css Color HEX #E14C0A Persimmon

📋 copy color: '#E14C0A'

red 225 ◦ green 76 ◦ blue 10

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

Shades of Persimmon #E14C0A

Tints of Persimmon #E14C0A

RGB

 RED value IS 225 (88.28% from 255) = 72.35%

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

 BLUE value IS 10 (4.3% from 255) = 3.22%

R = 72.35%
G = 24.44%
B = 3.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E14C0A (or 0xE14C0A) is known color: Persimmon. HEX triplet: E1, 4C and 0A. RGB value is (225,76,10). Sum of RGB (Red+Green+Blue) = 225+76+10=311 (41% of max value = 765). Red value is 225 (88.28% from 255 or 72.35% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 225 - color contains mainly: red. Hex color #E14C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E14C0A is #1EB3F5. Grayscale: #717171. Windows color (decimal): -2012150 or 675041. OLE color: 675041.

HSL color Cylindrical-coordinate representation of color #E14C0A: hue angle of 18.42º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E14C0A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 76 10 -
CMYK 0 0.66 0.96 0.12
HSL 18.42º 0.91% 0.46% -
HSV(B) 18.42º 0.96% 0.88% -
XYZ 33.69 21.2 2.6 -
YUV 113.03 69.86 207.87 -
System Red Green Blue C M Y K H S L
Decimal 225 76 10 0 0.66 0.96 0.12 18.42 0.91 0.46
Hex E1 4C A 0 42 60 C 12 5B 2E
Octal 341 114 12 0 102 140 14 22 133 56
Binary 11100001 1001100 1010 0 1000010 1100000 1100 10010 1011011 101110

Color Harmonies of #E14C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E14C0A

Black with #E14C0A

Text Example


Text Example

White with #E14C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E14C0A; }

 p { color: rgb(225,76,10); }

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

background-color css

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

 a { background-color: rgb(225,76,10); }

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

border-color css

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

 span { border-color: rgb(225,76,10); }

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