Html Css Color HEX #E35E02 Persimmon

📋 copy color: '#E35E02'

red 227 ◦ green 94 ◦ blue 2

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

Shades of Persimmon #E35E02

Tints of Persimmon #E35E02

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 70.28%
G = 29.1%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E35E02 (or 0xE35E02) is known color: Persimmon. HEX triplet: E3, 5E and 02. RGB value is (227,94,2). Sum of RGB (Red+Green+Blue) = 227+94+2=323 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.28% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 227 - color contains mainly: red. Hex color #E35E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35E02 is #1CA1FD. Grayscale: #7B7B7B. Windows color (decimal): -1876478 or 155363. OLE color: 155363.

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

Color convert

RGB 227 94 2 -
CMYK 0 0.59 0.99 0.11
HSL 24.53º 0.98% 0.45% -
HSV(B) 24.53º 0.99% 0.89% -
XYZ 35.69 24.34 2.87 -
YUV 123.28 59.56 201.98 -
System Red Green Blue C M Y K H S L
Decimal 227 94 2 0 0.59 0.99 0.11 24.53 0.98 0.45
Hex E3 5E 2 0 3B 63 B 19 62 2D
Octal 343 136 2 0 73 143 13 31 142 55
Binary 11100011 1011110 10 0 111011 1100011 1011 11001 1100010 101101

Color Harmonies of #E35E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35E02

Black with #E35E02

Text Example


Text Example

White with #E35E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35E02; }

 p { color: rgb(227,94,2); }

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

background-color css

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

 a { background-color: rgb(227,94,2); }

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

border-color css

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

 span { border-color: rgb(227,94,2); }

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