Html Css Color HEX #E84A02 Persimmon

📋 copy color: '#E84A02'

red 232 ◦ green 74 ◦ blue 2

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

Shades of Persimmon #E84A02

Tints of Persimmon #E84A02

RGB

 RED value IS 232 (91.02% from 255) = 75.32%

 GREEN value IS 74 (29.3% from 255) = 24.03%

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

R = 75.32%
G = 24.03%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E84A02 (or 0xE84A02) is known color: Persimmon. HEX triplet: E8, 4A and 02. RGB value is (232,74,2). Sum of RGB (Red+Green+Blue) = 232+74+2=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E84A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E84A02 is #17B5FD. Grayscale: #717171. Windows color (decimal): -1553918 or 150248. OLE color: 150248.

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

Color convert

RGB 232 74 2 -
CMYK 0 0.68 0.99 0.09
HSL 18.78º 0.98% 0.46% -
HSV(B) 18.78º 0.99% 0.91% -
XYZ 35.74 22.06 2.43 -
YUV 113.03 65.35 212.85 -
System Red Green Blue C M Y K H S L
Decimal 232 74 2 0 0.68 0.99 0.09 18.78 0.98 0.46
Hex E8 4A 2 0 44 63 9 13 62 2E
Octal 350 112 2 0 104 143 11 23 142 56
Binary 11101000 1001010 10 0 1000100 1100011 1001 10011 1100010 101110

Color Harmonies of #E84A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E84A02

Black with #E84A02

Text Example


Text Example

White with #E84A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E84A02; }

 p { color: rgb(232,74,2); }

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

background-color css

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

 a { background-color: rgb(232,74,2); }

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

border-color css

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

 span { border-color: rgb(232,74,2); }

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