Html Css Color HEX #EB5A07 Persimmon

📋 copy color: '#EB5A07'

red 235 ◦ green 90 ◦ blue 7

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

Shades of Persimmon #EB5A07

Tints of Persimmon #EB5A07

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.11%

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

R = 70.78%
G = 27.11%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB5A07 (or 0xEB5A07) is known color: Persimmon. HEX triplet: EB, 5A and 07. RGB value is (235,90,7). Sum of RGB (Red+Green+Blue) = 235+90+7=332 (43% of max value = 765). Red value is 235 (92.19% from 255 or 70.78% from 332); Green value is 90 (35.55% from 255 or 27.11% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5A07 is #14A5F8. Grayscale: #7C7C7C. Windows color (decimal): -1353209 or 482027. OLE color: 482027.

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

Color convert

RGB 235 90 7 -
CMYK 0 0.62 0.97 0.08
HSL 21.84º 0.94% 0.47% -
HSV(B) 21.84º 0.97% 0.92% -
XYZ 37.96 24.99 3.02 -
YUV 123.89 62.04 207.25 -
System Red Green Blue C M Y K H S L
Decimal 235 90 7 0 0.62 0.97 0.08 21.84 0.94 0.47
Hex EB 5A 7 0 3E 61 8 16 5E 2F
Octal 353 132 7 0 76 141 10 26 136 57
Binary 11101011 1011010 111 0 111110 1100001 1000 10110 1011110 101111

Color Harmonies of #EB5A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A07

Black with #EB5A07

Text Example


Text Example

White with #EB5A07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A07; }

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

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

background-color css

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

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

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

border-color css

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

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

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