Html Css Color HEX #E35302 Persimmon

📋 copy color: '#E35302'

red 227 ◦ green 83 ◦ blue 2

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

Shades of Persimmon #E35302

Tints of Persimmon #E35302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

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

R = 72.76%
G = 26.6%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E35302 (or 0xE35302) is known color: Persimmon. HEX triplet: E3, 53 and 02. RGB value is (227,83,2). Sum of RGB (Red+Green+Blue) = 227+83+2=312 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.76% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 227 - color contains mainly: red. Hex color #E35302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E35302 is #1CACFD. Grayscale: #757575. Windows color (decimal): -1879294 or 152547. OLE color: 152547.

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

Color convert

RGB 227 83 2 -
CMYK 0 0.63 0.99 0.11
HSL 21.6º 0.98% 0.45% -
HSV(B) 21.6º 0.99% 0.89% -
XYZ 34.78 22.52 2.57 -
YUV 116.82 63.21 206.59 -
System Red Green Blue C M Y K H S L
Decimal 227 83 2 0 0.63 0.99 0.11 21.6 0.98 0.45
Hex E3 53 2 0 3F 63 B 16 62 2D
Octal 343 123 2 0 77 143 13 26 142 55
Binary 11100011 1010011 10 0 111111 1100011 1011 10110 1100010 101101

Color Harmonies of #E35302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E35302

Black with #E35302

Text Example


Text Example

White with #E35302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E35302; }

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

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

background-color css

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

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

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

border-color css

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

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

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