Html Css Color HEX #E35A04 Persimmon

📋 copy color: '#E35A04'

red 227 ◦ green 90 ◦ blue 4

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

Shades of Persimmon #E35A04

Tints of Persimmon #E35A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 70.72%
G = 28.04%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E35A04 (or 0xE35A04) is known color: Persimmon. HEX triplet: E3, 5A and 04. RGB value is (227,90,4). Sum of RGB (Red+Green+Blue) = 227+90+4=321 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.72% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 227 - color contains mainly: red. Hex color #E35A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35A04 is #1CA5FB. Grayscale: #797979. Windows color (decimal): -1877500 or 285411. OLE color: 285411.

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

Color convert

RGB 227 90 4 -
CMYK 0 0.60 0.98 0.11
HSL 23.14º 0.97% 0.45% -
HSV(B) 23.14º 0.98% 0.89% -
XYZ 35.36 23.65 2.82 -
YUV 121.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 227 90 4 0 0.60 0.98 0.11 23.14 0.97 0.45
Hex E3 5A 4 0 3C 62 B 17 61 2D
Octal 343 132 4 0 74 142 13 27 141 55
Binary 11100011 1011010 100 0 111100 1100010 1011 10111 1100001 101101

Color Harmonies of #E35A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35A04

Black with #E35A04

Text Example


Text Example

White with #E35A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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