Html Css Color HEX #EB6514 Persimmon

📋 copy color: '#EB6514'

red 235 ◦ green 101 ◦ blue 20

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

Shades of Persimmon #EB6514

Tints of Persimmon #EB6514

RGB

 RED value IS 235 (92.19% from 255) = 66.01%

 GREEN value IS 101 (39.84% from 255) = 28.37%

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

R = 66.01%
G = 28.37%
B = 5.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EB6514 (or 0xEB6514) is known color: Persimmon. HEX triplet: EB, 65 and 14. RGB value is (235,101,20). Sum of RGB (Red+Green+Blue) = 235+101+20=356 (47% of max value = 765). Red value is 235 (92.19% from 255 or 66.01% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 20 (8.20% from 255 or 5.62% from 356); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6514 is #149AEB. Grayscale: #848484. Windows color (decimal): -1350380 or 1336811. OLE color: 1336811.

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

Color convert

RGB 235 101 20 -
CMYK 0 0.57 0.91 0.08
HSL 22.6º 0.84% 0.5% -
HSV(B) 22.6º 0.91% 0.92% -
XYZ 39.04 27.02 3.82 -
YUV 131.83 64.89 201.59 -
System Red Green Blue C M Y K H S L
Decimal 235 101 20 0 0.57 0.91 0.08 22.6 0.84 0.5
Hex EB 65 14 0 39 5B 8 17 54 32
Octal 353 145 24 0 71 133 10 27 124 62
Binary 11101011 1100101 10100 0 111001 1011011 1000 10111 1010100 110010

Color Harmonies of #EB6514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6514

Black with #EB6514

Text Example


Text Example

White with #EB6514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6514; }

 p { color: rgb(235,101,20); }

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

background-color css

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

 a { background-color: rgb(235,101,20); }

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

border-color css

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

 span { border-color: rgb(235,101,20); }

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