Html Css Color HEX #E75602 Persimmon

📋 copy color: '#E75602'

red 231 ◦ green 86 ◦ blue 2

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

Shades of Persimmon #E75602

Tints of Persimmon #E75602

RGB

 RED value IS 231 (90.63% from 255) = 72.41%

 GREEN value IS 86 (33.98% from 255) = 26.96%

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

R = 72.41%
G = 26.96%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E75602 (or 0xE75602) is known color: Persimmon. HEX triplet: E7, 56 and 02. RGB value is (231,86,2). Sum of RGB (Red+Green+Blue) = 231+86+2=319 (42% of max value = 765). Red value is 231 (90.62% from 255 or 72.41% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 231 - color contains mainly: red. Hex color #E75602 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E75602 is #18A9FD. Grayscale: #787878. Windows color (decimal): -1616382 or 153319. OLE color: 153319.

HSL color Cylindrical-coordinate representation of color #E75602: hue angle of 22.01º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E75602 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 86 2 -
CMYK 0 0.63 0.99 0.09
HSL 22.01º 0.98% 0.46% -
HSV(B) 22.01º 0.99% 0.91% -
XYZ 36.29 23.65 2.71 -
YUV 119.78 61.54 207.33 -
System Red Green Blue C M Y K H S L
Decimal 231 86 2 0 0.63 0.99 0.09 22.01 0.98 0.46
Hex E7 56 2 0 3F 63 9 16 62 2E
Octal 347 126 2 0 77 143 11 26 142 56
Binary 11100111 1010110 10 0 111111 1100011 1001 10110 1100010 101110

Color Harmonies of #E75602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E75602

Black with #E75602

Text Example


Text Example

White with #E75602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E75602; }

 p { color: rgb(231,86,2); }

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

background-color css

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

 a { background-color: rgb(231,86,2); }

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

border-color css

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

 span { border-color: rgb(231,86,2); }

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