Html Css Color HEX #EB5A12 Persimmon

📋 copy color: '#EB5A12'

red 235 ◦ green 90 ◦ blue 18

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

Shades of Persimmon #EB5A12

Tints of Persimmon #EB5A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.25%

R = 68.51%
G = 26.24%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EB5A12 (or 0xEB5A12) is known color: Persimmon. HEX triplet: EB, 5A and 12. RGB value is (235,90,18). Sum of RGB (Red+Green+Blue) = 235+90+18=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 90 (35.55% from 255 or 26.24% from 343); Blue value is 18 (7.42% from 255 or 5.25% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5A12 is #14A5ED. Grayscale: #7D7D7D. Windows color (decimal): -1353198 or 1202923. OLE color: 1202923.

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

Color convert

RGB 235 90 18 -
CMYK 0 0.62 0.92 0.08
HSL 19.91º 0.86% 0.5% -
HSV(B) 19.91º 0.92% 0.92% -
XYZ 38.03 25.02 3.4 -
YUV 125.15 67.54 206.35 -
System Red Green Blue C M Y K H S L
Decimal 235 90 18 0 0.62 0.92 0.08 19.91 0.86 0.5
Hex EB 5A 12 0 3E 5C 8 14 56 32
Octal 353 132 22 0 76 134 10 24 126 62
Binary 11101011 1011010 10010 0 111110 1011100 1000 10100 1010110 110010

Color Harmonies of #EB5A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A12

Black with #EB5A12

Text Example


Text Example

White with #EB5A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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