Html Css Color HEX #E8450B Persimmon

📋 copy color: '#E8450B'

red 232 ◦ green 69 ◦ blue 11

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

Shades of Persimmon #E8450B

Tints of Persimmon #E8450B

RGB

 RED value IS 232 (91.02% from 255) = 74.36%

 GREEN value IS 69 (27.34% from 255) = 22.12%

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

R = 74.36%
G = 22.12%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E8450B (or 0xE8450B) is known color: Persimmon. HEX triplet: E8, 45 and 0B. RGB value is (232,69,11). Sum of RGB (Red+Green+Blue) = 232+69+11=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E8450B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E8450B is #17BAF4. Grayscale: #6F6F6F. Windows color (decimal): -1555189 or 738792. OLE color: 738792.

HSL color Cylindrical-coordinate representation of color #E8450B: hue angle of 15.75º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E8450B is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 69 11 -
CMYK 0 0.70 0.95 0.09
HSL 15.75º 0.91% 0.48% -
HSV(B) 15.75º 0.95% 0.91% -
XYZ 35.47 21.44 2.58 -
YUV 111.13 71.5 214.22 -
System Red Green Blue C M Y K H S L
Decimal 232 69 11 0 0.70 0.95 0.09 15.75 0.91 0.48
Hex E8 45 B 0 46 5F 9 10 5B 30
Octal 350 105 13 0 106 137 11 20 133 60
Binary 11101000 1000101 1011 0 1000110 1011111 1001 10000 1011011 110000

Color Harmonies of #E8450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8450B

Black with #E8450B

Text Example


Text Example

White with #E8450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8450B; }

 p { color: rgb(232,69,11); }

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

background-color css

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

 a { background-color: rgb(232,69,11); }

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

border-color css

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

 span { border-color: rgb(232,69,11); }

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