Html Css Color HEX #E94705 Persimmon

📋 copy color: '#E94705'

red 233 ◦ green 71 ◦ blue 5

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

Shades of Persimmon #E94705

Tints of Persimmon #E94705

RGB

 RED value IS 233 (91.41% from 255) = 75.4%

 GREEN value IS 71 (28.13% from 255) = 22.98%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 75.4%
G = 22.98%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E94705 (or 0xE94705) is known color: Persimmon. HEX triplet: E9, 47 and 05. RGB value is (233,71,5). Sum of RGB (Red+Green+Blue) = 233+71+5=309 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.40% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 233 - color contains mainly: red. Hex color #E94705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94705 is #16B8FA. Grayscale: #707070. Windows color (decimal): -1489147 or 346089. OLE color: 346089.

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

Color convert

RGB 233 71 5 -
CMYK 0 0.70 0.98 0.09
HSL 17.37º 0.96% 0.47% -
HSV(B) 17.37º 0.98% 0.91% -
XYZ 35.88 21.84 2.47 -
YUV 111.91 67.67 214.37 -
System Red Green Blue C M Y K H S L
Decimal 233 71 5 0 0.70 0.98 0.09 17.37 0.96 0.47
Hex E9 47 5 0 46 62 9 11 60 2F
Octal 351 107 5 0 106 142 11 21 140 57
Binary 11101001 1000111 101 0 1000110 1100010 1001 10001 1100000 101111

Color Harmonies of #E94705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94705

Black with #E94705

Text Example


Text Example

White with #E94705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94705; }

 p { color: rgb(233,71,5); }

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

background-color css

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

 a { background-color: rgb(233,71,5); }

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

border-color css

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

 span { border-color: rgb(233,71,5); }

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