Html Css Color HEX #E94802 Persimmon

📋 copy color: '#E94802'

red 233 ◦ green 72 ◦ blue 2

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

Shades of Persimmon #E94802

Tints of Persimmon #E94802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.45%

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

R = 75.9%
G = 23.45%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E94802 (or 0xE94802) is known color: Persimmon. HEX triplet: E9, 48 and 02. RGB value is (233,72,2). Sum of RGB (Red+Green+Blue) = 233+72+2=307 (40% of max value = 765). Red value is 233 (91.41% from 255 or 75.90% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 233 - color contains mainly: red. Hex color #E94802 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94802 is #16B7FD. Grayscale: #707070. Windows color (decimal): -1488894 or 149737. OLE color: 149737.

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

Color convert

RGB 233 72 2 -
CMYK 0 0.69 0.99 0.09
HSL 18.18º 0.98% 0.46% -
HSV(B) 18.18º 0.99% 0.91% -
XYZ 35.93 21.96 2.4 -
YUV 112.16 65.84 214.19 -
System Red Green Blue C M Y K H S L
Decimal 233 72 2 0 0.69 0.99 0.09 18.18 0.98 0.46
Hex E9 48 2 0 45 63 9 12 62 2E
Octal 351 110 2 0 105 143 11 22 142 56
Binary 11101001 1001000 10 0 1000101 1100011 1001 10010 1100010 101110

Color Harmonies of #E94802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94802

Black with #E94802

Text Example


Text Example

White with #E94802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94802; }

 p { color: rgb(233,72,2); }

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

background-color css

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

 a { background-color: rgb(233,72,2); }

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

border-color css

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

 span { border-color: rgb(233,72,2); }

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