Html Css Color HEX #EB4705 Persimmon

📋 copy color: '#EB4705'

red 235 ◦ green 71 ◦ blue 5

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

Shades of Persimmon #EB4705

Tints of Persimmon #EB4705

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

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

R = 75.56%
G = 22.83%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB4705 (or 0xEB4705) is known color: Persimmon. HEX triplet: EB, 47 and 05. RGB value is (235,71,5). Sum of RGB (Red+Green+Blue) = 235+71+5=311 (41% of max value = 765). Red value is 235 (92.19% from 255 or 75.56% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4705 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4705 is #14B8FA. Grayscale: #707070. Windows color (decimal): -1358075 or 346091. OLE color: 346091.

HSL color Cylindrical-coordinate representation of color #EB4705: hue angle of 17.22º 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 #EB4705 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 5 -
CMYK 0 0.70 0.98 0.08
HSL 17.22º 0.96% 0.47% -
HSV(B) 17.22º 0.98% 0.92% -
XYZ 36.54 22.18 2.5 -
YUV 112.51 67.33 215.37 -
System Red Green Blue C M Y K H S L
Decimal 235 71 5 0 0.70 0.98 0.08 17.22 0.96 0.47
Hex EB 47 5 0 46 62 8 11 60 2F
Octal 353 107 5 0 106 142 10 21 140 57
Binary 11101011 1000111 101 0 1000110 1100010 1000 10001 1100000 101111

Color Harmonies of #EB4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4705

Black with #EB4705

Text Example


Text Example

White with #EB4705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4705; }

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

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

background-color css

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

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

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

border-color css

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

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

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