Html Css Color HEX #E74B16 Persimmon

📋 copy color: '#E74B16'

red 231 ◦ green 75 ◦ blue 22

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

Shades of Persimmon #E74B16

Tints of Persimmon #E74B16

RGB

 RED value IS 231 (90.63% from 255) = 70.43%

 GREEN value IS 75 (29.69% from 255) = 22.87%

 BLUE value IS 22 (8.98% from 255) = 6.71%

R = 70.43%
G = 22.87%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E74B16 (or 0xE74B16) is known color: Persimmon. HEX triplet: E7, 4B and 16. RGB value is (231,75,22). Sum of RGB (Red+Green+Blue) = 231+75+22=328 (43% of max value = 765). Red value is 231 (90.62% from 255 or 70.43% from 328); Green value is 75 (29.69% from 255 or 22.87% from 328); Blue value is 22 (8.98% from 255 or 6.71% from 328); Max value from RGB is 231 - color contains mainly: red. Hex color #E74B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E74B16 is #18B4E9. Grayscale: #737373. Windows color (decimal): -1619178 or 1461223. OLE color: 1461223.

HSL color Cylindrical-coordinate representation of color #E74B16: hue angle of 15.22º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E74B16 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 75 22 -
CMYK 0 0.68 0.90 0.09
HSL 15.22º 0.83% 0.5% -
HSV(B) 15.22º 0.9% 0.91% -
XYZ 35.62 22.08 3.14 -
YUV 115.6 75.18 210.31 -
System Red Green Blue C M Y K H S L
Decimal 231 75 22 0 0.68 0.90 0.09 15.22 0.83 0.5
Hex E7 4B 16 0 44 5A 9 F 53 32
Octal 347 113 26 0 104 132 11 17 123 62
Binary 11100111 1001011 10110 0 1000100 1011010 1001 1111 1010011 110010

Color Harmonies of #E74B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E74B16

Black with #E74B16

Text Example


Text Example

White with #E74B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E74B16; }

 p { color: rgb(231,75,22); }

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

background-color css

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

 a { background-color: rgb(231,75,22); }

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

border-color css

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

 span { border-color: rgb(231,75,22); }

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