Html Css Color HEX #E94502 Persimmon

📋 copy color: '#E94502'

red 233 ◦ green 69 ◦ blue 2

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

Shades of Persimmon #E94502

Tints of Persimmon #E94502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

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

R = 76.64%
G = 22.7%
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

#E94502 (or 0xE94502) is known color: Persimmon. HEX triplet: E9, 45 and 02. RGB value is (233,69,2). Sum of RGB (Red+Green+Blue) = 233+69+2=304 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.64% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 2 (1.17% from 255 or 0.66% from 304); Max value from RGB is 233 - color contains mainly: red. Hex color #E94502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94502 is #16BAFD. Grayscale: #6E6E6E. Windows color (decimal): -1489662 or 148969. OLE color: 148969.

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

Color convert

RGB 233 69 2 -
CMYK 0 0.70 0.99 0.09
HSL 17.4º 0.98% 0.46% -
HSV(B) 17.4º 0.99% 0.91% -
XYZ 35.74 21.58 2.34 -
YUV 110.4 66.83 215.45 -
System Red Green Blue C M Y K H S L
Decimal 233 69 2 0 0.70 0.99 0.09 17.4 0.98 0.46
Hex E9 45 2 0 46 63 9 11 62 2E
Octal 351 105 2 0 106 143 11 21 142 56
Binary 11101001 1000101 10 0 1000110 1100011 1001 10001 1100010 101110

Color Harmonies of #E94502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94502

Black with #E94502

Text Example


Text Example

White with #E94502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94502; }

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

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

background-color css

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

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

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

border-color css

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

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

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