Html Css Color HEX #E35A0A Persimmon

📋 copy color: '#E35A0A'

red 227 ◦ green 90 ◦ blue 10

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

Shades of Persimmon #E35A0A

Tints of Persimmon #E35A0A

RGB

 RED value IS 227 (89.06% from 255) = 69.42%

 GREEN value IS 90 (35.55% from 255) = 27.52%

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

R = 69.42%
G = 27.52%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E35A0A (or 0xE35A0A) is known color: Persimmon. HEX triplet: E3, 5A and 0A. RGB value is (227,90,10). Sum of RGB (Red+Green+Blue) = 227+90+10=327 (43% of max value = 765). Red value is 227 (89.06% from 255 or 69.42% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 10 (4.30% from 255 or 3.06% from 327); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A0A is #1CA5F5. Grayscale: #7A7A7A. Windows color (decimal): -1877494 or 678627. OLE color: 678627.

HSL color Cylindrical-coordinate representation of color #E35A0A: hue angle of 22.12º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E35A0A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 90 10 -
CMYK 0 0.60 0.96 0.11
HSL 22.12º 0.92% 0.46% -
HSV(B) 22.12º 0.96% 0.89% -
XYZ 35.39 23.67 2.99 -
YUV 121.84 64.89 203 -
System Red Green Blue C M Y K H S L
Decimal 227 90 10 0 0.60 0.96 0.11 22.12 0.92 0.46
Hex E3 5A A 0 3C 60 B 16 5C 2E
Octal 343 132 12 0 74 140 13 26 134 56
Binary 11100011 1011010 1010 0 111100 1100000 1011 10110 1011100 101110

Color Harmonies of #E35A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A0A

Black with #E35A0A

Text Example


Text Example

White with #E35A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A0A; }

 p { color: rgb(227,90,10); }

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

background-color css

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

 a { background-color: rgb(227,90,10); }

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

border-color css

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

 span { border-color: rgb(227,90,10); }

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