Html Css Color HEX #E24300 Persimmon

📋 copy color: '#E24300'

red 226 ◦ green 67 ◦ blue 0

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

Shades of Persimmon #E24300

Tints of Persimmon #E24300

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.13%
G = 22.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E24300 (or 0xE24300) is known color: Persimmon. HEX triplet: E2, 43 and 00. RGB value is (226,67,0). Sum of RGB (Red+Green+Blue) = 226+67+0=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 0 (0.39% from 255 or 0% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E24300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E24300 is #1DBCFF. Grayscale: #6B6B6B. Windows color (decimal): -1948928 or 17378. OLE color: 17378.

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

Color convert

RGB 226 67 0 -
CMYK 0 0.70 1 0.11
HSL 17.79º 1% 0.44% -
HSV(B) 17.79º 1% 0.89% -
XYZ 33.37 20.18 2.14 -
YUV 106.9 67.68 212.95 -
System Red Green Blue C M Y K H S L
Decimal 226 67 0 0 0.70 1 0.11 17.79 1 0.44
Hex E2 43 0 0 46 64 B 12 64 2C
Octal 342 103 0 0 106 144 13 22 144 54
Binary 11100010 1000011 0 0 1000110 1100100 1011 10010 1100100 101100

Color Harmonies of #E24300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E24300

Black with #E24300

Text Example


Text Example

White with #E24300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E24300; }

 p { color: rgb(226,67,0); }

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

background-color css

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

 a { background-color: rgb(226,67,0); }

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

border-color css

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

 span { border-color: rgb(226,67,0); }

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