Html Css Color HEX #EB4700 Persimmon

📋 copy color: '#EB4700'

red 235 ◦ green 71 ◦ blue 0

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

Shades of Persimmon #EB4700

Tints of Persimmon #EB4700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.8%
G = 23.2%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EB4700 (or 0xEB4700) is known color: Persimmon. HEX triplet: EB, 47 and 00. RGB value is (235,71,0). Sum of RGB (Red+Green+Blue) = 235+71+0=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4700 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4700 is #14B8FF. Grayscale: #707070. Windows color (decimal): -1358080 or 18411. OLE color: 18411.

HSL color Cylindrical-coordinate representation of color #EB4700: hue angle of 18.13º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EB4700 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 0 -
CMYK 0 0.70 1 0.08
HSL 18.13º 1% 0.46% -
HSV(B) 18.13º 1% 0.92% -
XYZ 36.51 22.17 2.35 -
YUV 111.94 64.83 215.77 -
System Red Green Blue C M Y K H S L
Decimal 235 71 0 0 0.70 1 0.08 18.13 1 0.46
Hex EB 47 0 0 46 64 8 12 64 2E
Octal 353 107 0 0 106 144 10 22 144 56
Binary 11101011 1000111 0 0 1000110 1100100 1000 10010 1100100 101110

Color Harmonies of #EB4700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4700

Black with #EB4700

Text Example


Text Example

White with #EB4700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4700; }

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

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

background-color css

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

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

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

border-color css

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

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

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