Html Css Color HEX #E65314 Persimmon

📋 copy color: '#E65314'

red 230 ◦ green 83 ◦ blue 20

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

Shades of Persimmon #E65314

Tints of Persimmon #E65314

RGB

 RED value IS 230 (90.23% from 255) = 69.07%

 GREEN value IS 83 (32.81% from 255) = 24.92%

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

R = 69.07%
G = 24.92%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E65314 (or 0xE65314) is known color: Persimmon. HEX triplet: E6, 53 and 14. RGB value is (230,83,20). Sum of RGB (Red+Green+Blue) = 230+83+20=333 (44% of max value = 765). Red value is 230 (90.23% from 255 or 69.07% from 333); Green value is 83 (32.81% from 255 or 24.92% from 333); Blue value is 20 (8.20% from 255 or 6.01% from 333); Max value from RGB is 230 - color contains mainly: red. Hex color #E65314 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65314 is #19ACEB. Grayscale: #787878. Windows color (decimal): -1682668 or 1332198. OLE color: 1332198.

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

Color convert

RGB 230 83 20 -
CMYK 0 0.64 0.91 0.10
HSL 18º 0.84% 0.49% -
HSV(B) 18º 0.91% 0.9% -
XYZ 35.85 23.06 3.22 -
YUV 119.77 71.7 206.62 -
System Red Green Blue C M Y K H S L
Decimal 230 83 20 0 0.64 0.91 0.10 18 0.84 0.49
Hex E6 53 14 0 40 5B A 12 54 31
Octal 346 123 24 0 100 133 12 22 124 61
Binary 11100110 1010011 10100 0 1000000 1011011 1010 10010 1010100 110001

Color Harmonies of #E65314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65314

Black with #E65314

Text Example


Text Example

White with #E65314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65314; }

 p { color: rgb(230,83,20); }

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

background-color css

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

 a { background-color: rgb(230,83,20); }

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

border-color css

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

 span { border-color: rgb(230,83,20); }

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