Html Css Color HEX #EB5D04 Persimmon

📋 copy color: '#EB5D04'

red 235 ◦ green 93 ◦ blue 4

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

Shades of Persimmon #EB5D04

Tints of Persimmon #EB5D04

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.01%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 70.78%
G = 28.01%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EB5D04 (or 0xEB5D04) is known color: Persimmon. HEX triplet: EB, 5D and 04. RGB value is (235,93,4). Sum of RGB (Red+Green+Blue) = 235+93+4=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5D04 is #14A2FB. Grayscale: #7D7D7D. Windows color (decimal): -1352444 or 286187. OLE color: 286187.

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

Color convert

RGB 235 93 4 -
CMYK 0 0.60 0.98 0.08
HSL 23.12º 0.97% 0.47% -
HSV(B) 23.12º 0.98% 0.92% -
XYZ 38.2 25.5 3.02 -
YUV 125.31 59.54 206.24 -
System Red Green Blue C M Y K H S L
Decimal 235 93 4 0 0.60 0.98 0.08 23.12 0.97 0.47
Hex EB 5D 4 0 3C 62 8 17 61 2F
Octal 353 135 4 0 74 142 10 27 141 57
Binary 11101011 1011101 100 0 111100 1100010 1000 10111 1100001 101111

Color Harmonies of #EB5D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5D04

Black with #EB5D04

Text Example


Text Example

White with #EB5D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5D04; }

 p { color: rgb(235,93,4); }

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

background-color css

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

 a { background-color: rgb(235,93,4); }

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

border-color css

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

 span { border-color: rgb(235,93,4); }

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