Html Css Color HEX #EB4A07 Persimmon

📋 copy color: '#EB4A07'

red 235 ◦ green 74 ◦ blue 7

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

Shades of Persimmon #EB4A07

Tints of Persimmon #EB4A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.42%

 BLUE value IS 7 (3.13% from 255) = 2.22%

R = 74.37%
G = 23.42%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB4A07 (or 0xEB4A07) is known color: Persimmon. HEX triplet: EB, 4A and 07. RGB value is (235,74,7). Sum of RGB (Red+Green+Blue) = 235+74+7=316 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.37% from 316); Green value is 74 (29.30% from 255 or 23.42% from 316); Blue value is 7 (3.12% from 255 or 2.22% from 316); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4A07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4A07 is #14B5F8. Grayscale: #727272. Windows color (decimal): -1357305 or 477931. OLE color: 477931.

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

Color convert

RGB 235 74 7 -
CMYK 0 0.69 0.97 0.08
HSL 17.63º 0.94% 0.47% -
HSV(B) 17.63º 0.97% 0.92% -
XYZ 36.75 22.58 2.62 -
YUV 114.5 67.34 213.95 -
System Red Green Blue C M Y K H S L
Decimal 235 74 7 0 0.69 0.97 0.08 17.63 0.94 0.47
Hex EB 4A 7 0 45 61 8 12 5E 2F
Octal 353 112 7 0 105 141 10 22 136 57
Binary 11101011 1001010 111 0 1000101 1100001 1000 10010 1011110 101111

Color Harmonies of #EB4A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4A07

Black with #EB4A07

Text Example


Text Example

White with #EB4A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4A07; }

 p { color: rgb(235,74,7); }

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

background-color css

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

 a { background-color: rgb(235,74,7); }

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

border-color css

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

 span { border-color: rgb(235,74,7); }

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