Html Css Color HEX #EB6505 Persimmon

📋 copy color: '#EB6505'

red 235 ◦ green 101 ◦ blue 5

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

Shades of Persimmon #EB6505

Tints of Persimmon #EB6505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.47%

R = 68.91%
G = 29.62%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB6505 (or 0xEB6505) is known color: Persimmon. HEX triplet: EB, 65 and 05. RGB value is (235,101,5). Sum of RGB (Red+Green+Blue) = 235+101+5=341 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.91% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 5 (2.34% from 255 or 1.47% from 341); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6505 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6505 is #149AFA. Grayscale: #828282. Windows color (decimal): -1350395 or 353771. OLE color: 353771.

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

Color convert

RGB 235 101 5 -
CMYK 0 0.57 0.98 0.08
HSL 25.04º 0.96% 0.47% -
HSV(B) 25.04º 0.98% 0.92% -
XYZ 38.94 26.98 3.3 -
YUV 130.12 57.39 202.81 -
System Red Green Blue C M Y K H S L
Decimal 235 101 5 0 0.57 0.98 0.08 25.04 0.96 0.47
Hex EB 65 5 0 39 62 8 19 60 2F
Octal 353 145 5 0 71 142 10 31 140 57
Binary 11101011 1100101 101 0 111001 1100010 1000 11001 1100000 101111

Color Harmonies of #EB6505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6505

Black with #EB6505

Text Example


Text Example

White with #EB6505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6505; }

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

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

background-color css

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

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

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

border-color css

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

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

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