Html Css Color HEX #E35D02 Persimmon

📋 copy color: '#E35D02'

red 227 ◦ green 93 ◦ blue 2

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

Shades of Persimmon #E35D02

Tints of Persimmon #E35D02

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.88%

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

R = 70.5%
G = 28.88%
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

#E35D02 (or 0xE35D02) is known color: Persimmon. HEX triplet: E3, 5D and 02. RGB value is (227,93,2). Sum of RGB (Red+Green+Blue) = 227+93+2=322 (42% of max value = 765). Red value is 227 (89.06% from 255 or 70.50% from 322); Green value is 93 (36.72% from 255 or 28.88% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 227 - color contains mainly: red. Hex color #E35D02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35D02 is #1CA2FD. Grayscale: #7B7B7B. Windows color (decimal): -1876734 or 155107. OLE color: 155107.

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

Color convert

RGB 227 93 2 -
CMYK 0 0.59 0.99 0.11
HSL 24.27º 0.98% 0.45% -
HSV(B) 24.27º 0.99% 0.89% -
XYZ 35.6 24.16 2.85 -
YUV 122.69 59.89 202.4 -
System Red Green Blue C M Y K H S L
Decimal 227 93 2 0 0.59 0.99 0.11 24.27 0.98 0.45
Hex E3 5D 2 0 3B 63 B 18 62 2D
Octal 343 135 2 0 73 143 13 30 142 55
Binary 11100011 1011101 10 0 111011 1100011 1011 11000 1100010 101101

Color Harmonies of #E35D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35D02

Black with #E35D02

Text Example


Text Example

White with #E35D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35D02; }

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

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

background-color css

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

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

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

border-color css

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

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

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