Html Css Color HEX #E76414 Persimmon

📋 copy color: '#E76414'

red 231 ◦ green 100 ◦ blue 20

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

Shades of Persimmon #E76414

Tints of Persimmon #E76414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

 BLUE value IS 20 (8.2% from 255) = 5.7%

R = 65.81%
G = 28.49%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E76414 (or 0xE76414) is known color: Persimmon. HEX triplet: E7, 64 and 14. RGB value is (231,100,20). Sum of RGB (Red+Green+Blue) = 231+100+20=351 (46% of max value = 765). Red value is 231 (90.62% from 255 or 65.81% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 231 - color contains mainly: red. Hex color #E76414 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E76414 is #189BEB. Grayscale: #828282. Windows color (decimal): -1612780 or 1336551. OLE color: 1336551.

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

Color convert

RGB 231 100 20 -
CMYK 0 0.57 0.91 0.09
HSL 22.75º 0.84% 0.49% -
HSV(B) 22.75º 0.91% 0.91% -
XYZ 37.64 26.15 3.73 -
YUV 130.05 65.9 200 -
System Red Green Blue C M Y K H S L
Decimal 231 100 20 0 0.57 0.91 0.09 22.75 0.84 0.49
Hex E7 64 14 0 39 5B 9 17 54 31
Octal 347 144 24 0 71 133 11 27 124 61
Binary 11100111 1100100 10100 0 111001 1011011 1001 10111 1010100 110001

Color Harmonies of #E76414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76414

Black with #E76414

Text Example


Text Example

White with #E76414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76414; }

 p { color: rgb(231,100,20); }

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

background-color css

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

 a { background-color: rgb(231,100,20); }

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

border-color css

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

 span { border-color: rgb(231,100,20); }

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