Html Css Color HEX #E65312 Persimmon

📋 copy color: '#E65312'

red 230 ◦ green 83 ◦ blue 18

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

Shades of Persimmon #E65312

Tints of Persimmon #E65312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 69.49%
G = 25.08%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E65312 (or 0xE65312) is known color: Persimmon. HEX triplet: E6, 53 and 12. RGB value is (230,83,18). Sum of RGB (Red+Green+Blue) = 230+83+18=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E65312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65312 is #19ACED. Grayscale: #777777. Windows color (decimal): -1682670 or 1201126. OLE color: 1201126.

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

Color convert

RGB 230 83 18 -
CMYK 0 0.64 0.92 0.10
HSL 18.4º 0.85% 0.49% -
HSV(B) 18.4º 0.92% 0.9% -
XYZ 35.84 23.05 3.13 -
YUV 119.54 70.7 206.79 -
System Red Green Blue C M Y K H S L
Decimal 230 83 18 0 0.64 0.92 0.10 18.4 0.85 0.49
Hex E6 53 12 0 40 5C A 12 55 31
Octal 346 123 22 0 100 134 12 22 125 61
Binary 11100110 1010011 10010 0 1000000 1011100 1010 10010 1010101 110001

Color Harmonies of #E65312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65312

Black with #E65312

Text Example


Text Example

White with #E65312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65312; }

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

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

background-color css

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

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

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

border-color css

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

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

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