Html Css Color HEX #E25E02 Persimmon

📋 copy color: '#E25E02'

red 226 ◦ green 94 ◦ blue 2

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

Shades of Persimmon #E25E02

Tints of Persimmon #E25E02

RGB

 RED value IS 226 (88.67% from 255) = 70.19%

 GREEN value IS 94 (37.11% from 255) = 29.19%

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

R = 70.19%
G = 29.19%
B = 0.62%

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

#E25E02 (or 0xE25E02) is known color: Persimmon. HEX triplet: E2, 5E and 02. RGB value is (226,94,2). Sum of RGB (Red+Green+Blue) = 226+94+2=322 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.19% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25E02 is #1DA1FD. Grayscale: #7B7B7B. Windows color (decimal): -1942014 or 155362. OLE color: 155362.

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

Color convert

RGB 226 94 2 -
CMYK 0 0.58 0.99 0.11
HSL 24.64º 0.98% 0.45% -
HSV(B) 24.64º 0.99% 0.89% -
XYZ 35.38 24.18 2.86 -
YUV 122.98 59.73 201.48 -
System Red Green Blue C M Y K H S L
Decimal 226 94 2 0 0.58 0.99 0.11 24.64 0.98 0.45
Hex E2 5E 2 0 3A 63 B 19 62 2D
Octal 342 136 2 0 72 143 13 31 142 55
Binary 11100010 1011110 10 0 111010 1100011 1011 11001 1100010 101101

Color Harmonies of #E25E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E02

Black with #E25E02

Text Example


Text Example

White with #E25E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E02; }

 p { color: rgb(226,94,2); }

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

background-color css

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

 a { background-color: rgb(226,94,2); }

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

border-color css

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

 span { border-color: rgb(226,94,2); }

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