Html Css Color HEX #E9480A Persimmon

📋 copy color: '#E9480A'

red 233 ◦ green 72 ◦ blue 10

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

Shades of Persimmon #E9480A

Tints of Persimmon #E9480A

RGB

 RED value IS 233 (91.41% from 255) = 73.97%

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 10 (4.3% from 255) = 3.17%

R = 73.97%
G = 22.86%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E9480A (or 0xE9480A) is known color: Persimmon. HEX triplet: E9, 48 and 0A. RGB value is (233,72,10). Sum of RGB (Red+Green+Blue) = 233+72+10=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 10 (4.30% from 255 or 3.17% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9480A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9480A is #16B7F5. Grayscale: #717171. Windows color (decimal): -1488886 or 674025. OLE color: 674025.

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

Color convert

RGB 233 72 10 -
CMYK 0 0.69 0.96 0.09
HSL 16.68º 0.92% 0.48% -
HSV(B) 16.68º 0.96% 0.91% -
XYZ 35.98 21.98 2.63 -
YUV 113.07 69.84 213.54 -
System Red Green Blue C M Y K H S L
Decimal 233 72 10 0 0.69 0.96 0.09 16.68 0.92 0.48
Hex E9 48 A 0 45 60 9 11 5C 30
Octal 351 110 12 0 105 140 11 21 134 60
Binary 11101001 1001000 1010 0 1000101 1100000 1001 10001 1011100 110000

Color Harmonies of #E9480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9480A

Black with #E9480A

Text Example


Text Example

White with #E9480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9480A; }

 p { color: rgb(233,72,10); }

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

background-color css

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

 a { background-color: rgb(233,72,10); }

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

border-color css

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

 span { border-color: rgb(233,72,10); }

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