Html Css Color HEX #E25E01 Persimmon

📋 copy color: '#E25E01'

red 226 ◦ green 94 ◦ blue 1

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

Shades of Persimmon #E25E01

Tints of Persimmon #E25E01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 70.4%
G = 29.28%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.11

RGB Variations

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

Color information

#E25E01 (or 0xE25E01) is known color: Persimmon. HEX triplet: E2, 5E and 01. RGB value is (226,94,1). Sum of RGB (Red+Green+Blue) = 226+94+1=321 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.40% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 226 - color contains mainly: red. Hex color #E25E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25E01 is #1DA1FE. Grayscale: #7B7B7B. Windows color (decimal): -1942015 or 89826. OLE color: 89826.

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

Color convert

RGB 226 94 1 -
CMYK 0 0.58 1.00 0.11
HSL 24.8º 0.99% 0.45% -
HSV(B) 24.8º 1% 0.89% -
XYZ 35.37 24.18 2.83 -
YUV 122.87 59.23 201.56 -
System Red Green Blue C M Y K H S L
Decimal 226 94 1 0 0.58 1.00 0.11 24.8 0.99 0.45
Hex E2 5E 1 0 3A 64 B 19 63 2D
Octal 342 136 1 0 72 144 13 31 143 55
Binary 11100010 1011110 1 0 111010 1100100 1011 11001 1100011 101101

Color Harmonies of #E25E01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25E01

Black with #E25E01

Text Example


Text Example

White with #E25E01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25E01; }

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

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

background-color css

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

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

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

border-color css

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

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

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