Html Css Color HEX #E35004 Persimmon

📋 copy color: '#E35004'

red 227 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #E35004

Tints of Persimmon #E35004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.72%

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

R = 72.99%
G = 25.72%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E35004 (or 0xE35004) is known color: Persimmon. HEX triplet: E3, 50 and 04. RGB value is (227,80,4). Sum of RGB (Red+Green+Blue) = 227+80+4=311 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.99% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 4 (1.95% from 255 or 1.29% from 311); Max value from RGB is 227 - color contains mainly: red. Hex color #E35004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35004 is #1CAFFB. Grayscale: #737373. Windows color (decimal): -1880060 or 282851. OLE color: 282851.

HSL color Cylindrical-coordinate representation of color #E35004: hue angle of 20.45º 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 #E35004 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 80 4 -
CMYK 0 0.65 0.98 0.11
HSL 20.45º 0.97% 0.45% -
HSV(B) 20.45º 0.98% 0.89% -
XYZ 34.57 22.08 2.55 -
YUV 115.29 65.2 207.68 -
System Red Green Blue C M Y K H S L
Decimal 227 80 4 0 0.65 0.98 0.11 20.45 0.97 0.45
Hex E3 50 4 0 41 62 B 14 61 2D
Octal 343 120 4 0 101 142 13 24 141 55
Binary 11100011 1010000 100 0 1000001 1100010 1011 10100 1100001 101101

Color Harmonies of #E35004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35004

Black with #E35004

Text Example


Text Example

White with #E35004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35004; }

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

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

background-color css

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

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

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

border-color css

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

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

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