Html Css Color HEX #E74602 Persimmon

📋 copy color: '#E74602'

red 231 ◦ green 70 ◦ blue 2

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

Shades of Persimmon #E74602

Tints of Persimmon #E74602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.1%

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

R = 76.24%
G = 23.1%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E74602 (or 0xE74602) is known color: Persimmon. HEX triplet: E7, 46 and 02. RGB value is (231,70,2). Sum of RGB (Red+Green+Blue) = 231+70+2=303 (40% of max value = 765). Red value is 231 (90.62% from 255 or 76.24% from 303); Green value is 70 (27.73% from 255 or 23.10% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 231 - color contains mainly: red. Hex color #E74602 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74602 is #18B9FD. Grayscale: #6E6E6E. Windows color (decimal): -1620478 or 149223. OLE color: 149223.

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

Color convert

RGB 231 70 2 -
CMYK 0 0.70 0.99 0.09
HSL 17.82º 0.98% 0.46% -
HSV(B) 17.82º 0.99% 0.91% -
XYZ 35.16 21.37 2.33 -
YUV 110.39 66.84 214.03 -
System Red Green Blue C M Y K H S L
Decimal 231 70 2 0 0.70 0.99 0.09 17.82 0.98 0.46
Hex E7 46 2 0 46 63 9 12 62 2E
Octal 347 106 2 0 106 143 11 22 142 56
Binary 11100111 1000110 10 0 1000110 1100011 1001 10010 1100010 101110

Color Harmonies of #E74602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74602

Black with #E74602

Text Example


Text Example

White with #E74602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74602; }

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

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

background-color css

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

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

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

border-color css

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

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

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