Html Css Color HEX #E25F09 Persimmon

📋 copy color: '#E25F09'

red 226 ◦ green 95 ◦ blue 9

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

Shades of Persimmon #E25F09

Tints of Persimmon #E25F09

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.79%

 BLUE value IS 9 (3.91% from 255) = 2.73%

R = 68.48%
G = 28.79%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E25F09 (or 0xE25F09) is known color: Persimmon. HEX triplet: E2, 5F and 09. RGB value is (226,95,9). Sum of RGB (Red+Green+Blue) = 226+95+9=330 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.48% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 9 (3.91% from 255 or 2.73% from 330); Max value from RGB is 226 - color contains mainly: red. Hex color #E25F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25F09 is #1DA0F6. Grayscale: #7C7C7C. Windows color (decimal): -1941751 or 614370. OLE color: 614370.

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

Color convert

RGB 226 95 9 -
CMYK 0 0.58 0.96 0.11
HSL 23.78º 0.92% 0.46% -
HSV(B) 23.78º 0.96% 0.89% -
XYZ 35.51 24.37 3.09 -
YUV 124.37 62.9 200.49 -
System Red Green Blue C M Y K H S L
Decimal 226 95 9 0 0.58 0.96 0.11 23.78 0.92 0.46
Hex E2 5F 9 0 3A 60 B 18 5C 2E
Octal 342 137 11 0 72 140 13 30 134 56
Binary 11100010 1011111 1001 0 111010 1100000 1011 11000 1011100 101110

Color Harmonies of #E25F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25F09

Black with #E25F09

Text Example


Text Example

White with #E25F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25F09; }

 p { color: rgb(226,95,9); }

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

background-color css

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

 a { background-color: rgb(226,95,9); }

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

border-color css

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

 span { border-color: rgb(226,95,9); }

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