Html Css Color HEX #E35A07 Persimmon

📋 copy color: '#E35A07'

red 227 ◦ green 90 ◦ blue 7

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

Shades of Persimmon #E35A07

Tints of Persimmon #E35A07

RGB

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

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

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

R = 70.06%
G = 27.78%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E35A07 (or 0xE35A07) is known color: Persimmon. HEX triplet: E3, 5A and 07. RGB value is (227,90,7). Sum of RGB (Red+Green+Blue) = 227+90+7=324 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.06% from 324); Green value is 90 (35.55% from 255 or 27.78% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A07 is #1CA5F8. Grayscale: #797979. Windows color (decimal): -1877497 or 482019. OLE color: 482019.

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

Color convert

RGB 227 90 7 -
CMYK 0 0.60 0.97 0.11
HSL 22.64º 0.94% 0.46% -
HSV(B) 22.64º 0.97% 0.89% -
XYZ 35.37 23.66 2.9 -
YUV 121.5 63.39 203.25 -
System Red Green Blue C M Y K H S L
Decimal 227 90 7 0 0.60 0.97 0.11 22.64 0.94 0.46
Hex E3 5A 7 0 3C 61 B 17 5E 2E
Octal 343 132 7 0 74 141 13 27 136 56
Binary 11100011 1011010 111 0 111100 1100001 1011 10111 1011110 101110

Color Harmonies of #E35A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A07

Black with #E35A07

Text Example


Text Example

White with #E35A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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