Html Css Color HEX #E46002 Persimmon

📋 copy color: '#E46002'

red 228 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #E46002

Tints of Persimmon #E46002

RGB

 RED value IS 228 (89.45% from 255) = 69.94%

 GREEN value IS 96 (37.89% from 255) = 29.45%

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

R = 69.94%
G = 29.45%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E46002 (or 0xE46002) is known color: Persimmon. HEX triplet: E4, 60 and 02. RGB value is (228,96,2). Sum of RGB (Red+Green+Blue) = 228+96+2=326 (43% of max value = 765). Red value is 228 (89.45% from 255 or 69.94% from 326); Green value is 96 (37.89% from 255 or 29.45% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 228 - color contains mainly: red. Hex color #E46002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46002 is #1B9FFD. Grayscale: #7D7D7D. Windows color (decimal): -1810430 or 155876. OLE color: 155876.

HSL color Cylindrical-coordinate representation of color #E46002: hue angle of 24.96º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E46002 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 96 2 -
CMYK 0 0.58 0.99 0.11
HSL 24.96º 0.98% 0.45% -
HSV(B) 24.96º 0.99% 0.89% -
XYZ 36.19 24.86 2.95 -
YUV 124.75 58.73 201.64 -
System Red Green Blue C M Y K H S L
Decimal 228 96 2 0 0.58 0.99 0.11 24.96 0.98 0.45
Hex E4 60 2 0 3A 63 B 19 62 2D
Octal 344 140 2 0 72 143 13 31 142 55
Binary 11100100 1100000 10 0 111010 1100011 1011 11001 1100010 101101

Color Harmonies of #E46002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46002

Black with #E46002

Text Example


Text Example

White with #E46002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46002; }

 p { color: rgb(228,96,2); }

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

background-color css

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

 a { background-color: rgb(228,96,2); }

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

border-color css

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

 span { border-color: rgb(228,96,2); }

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