Html Css Color HEX #E05E0B Persimmon

📋 copy color: '#E05E0B'

red 224 ◦ green 94 ◦ blue 11

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

Shades of Persimmon #E05E0B

Tints of Persimmon #E05E0B

RGB

 RED value IS 224 (87.89% from 255) = 68.09%

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

 BLUE value IS 11 (4.69% from 255) = 3.34%

R = 68.09%
G = 28.57%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E05E0B (or 0xE05E0B) is known color: Persimmon. HEX triplet: E0, 5E and 0B. RGB value is (224,94,11). Sum of RGB (Red+Green+Blue) = 224+94+11=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E05E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05E0B is #1FA1F4. Grayscale: #7B7B7B. Windows color (decimal): -2073077 or 745184. OLE color: 745184.

HSL color Cylindrical-coordinate representation of color #E05E0B: hue angle of 23.38º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E05E0B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 94 11 -
CMYK 0 0.58 0.95 0.12
HSL 23.38º 0.91% 0.46% -
HSV(B) 23.38º 0.95% 0.88% -
XYZ 34.8 23.88 3.09 -
YUV 123.41 64.57 199.75 -
System Red Green Blue C M Y K H S L
Decimal 224 94 11 0 0.58 0.95 0.12 23.38 0.91 0.46
Hex E0 5E B 0 3A 5F C 17 5B 2E
Octal 340 136 13 0 72 137 14 27 133 56
Binary 11100000 1011110 1011 0 111010 1011111 1100 10111 1011011 101110

Color Harmonies of #E05E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05E0B

Black with #E05E0B

Text Example


Text Example

White with #E05E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05E0B; }

 p { color: rgb(224,94,11); }

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

background-color css

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

 a { background-color: rgb(224,94,11); }

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

border-color css

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

 span { border-color: rgb(224,94,11); }

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