Html Css Color HEX #E25C02 Persimmon

📋 copy color: '#E25C02'

red 226 ◦ green 92 ◦ blue 2

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

Shades of Persimmon #E25C02

Tints of Persimmon #E25C02

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.75%

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

R = 70.63%
G = 28.75%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#E25C02 (or 0xE25C02) is known color: Persimmon. HEX triplet: E2, 5C and 02. RGB value is (226,92,2). Sum of RGB (Red+Green+Blue) = 226+92+2=320 (42% of max value = 765). Red value is 226 (88.67% from 255 or 70.62% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 226 - color contains mainly: red. Hex color #E25C02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E25C02 is #1DA3FD. Grayscale: #7A7A7A. Windows color (decimal): -1942526 or 154850. OLE color: 154850.

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

Color convert

RGB 226 92 2 -
CMYK 0 0.59 0.99 0.11
HSL 24.11º 0.98% 0.45% -
HSV(B) 24.11º 0.99% 0.89% -
XYZ 35.2 23.83 2.8 -
YUV 121.81 60.39 202.32 -
System Red Green Blue C M Y K H S L
Decimal 226 92 2 0 0.59 0.99 0.11 24.11 0.98 0.45
Hex E2 5C 2 0 3B 63 B 18 62 2D
Octal 342 134 2 0 73 143 13 30 142 55
Binary 11100010 1011100 10 0 111011 1100011 1011 11000 1100010 101101

Color Harmonies of #E25C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E25C02

Black with #E25C02

Text Example


Text Example

White with #E25C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E25C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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