Html Css Color HEX #EB530C Persimmon

📋 copy color: '#EB530C'

red 235 ◦ green 83 ◦ blue 12

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

Shades of Persimmon #EB530C

Tints of Persimmon #EB530C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.15%

 BLUE value IS 12 (5.08% from 255) = 3.64%

R = 71.21%
G = 25.15%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB530C (or 0xEB530C) is known color: Persimmon. HEX triplet: EB, 53 and 0C. RGB value is (235,83,12). Sum of RGB (Red+Green+Blue) = 235+83+12=330 (43% of max value = 765). Red value is 235 (92.19% from 255 or 71.21% from 330); Green value is 83 (32.81% from 255 or 25.15% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 235 - color contains mainly: red. Hex color #EB530C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB530C is #14ACF3. Grayscale: #787878. Windows color (decimal): -1354996 or 807915. OLE color: 807915.

HSL color Cylindrical-coordinate representation of color #EB530C: hue angle of 19.1º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EB530C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 83 12 -
CMYK 0 0.65 0.95 0.08
HSL 19.1º 0.9% 0.48% -
HSV(B) 19.1º 0.95% 0.92% -
XYZ 37.42 23.88 2.98 -
YUV 120.35 66.86 209.77 -
System Red Green Blue C M Y K H S L
Decimal 235 83 12 0 0.65 0.95 0.08 19.1 0.9 0.48
Hex EB 53 C 0 41 5F 8 13 5A 30
Octal 353 123 14 0 101 137 10 23 132 60
Binary 11101011 1010011 1100 0 1000001 1011111 1000 10011 1011010 110000

Color Harmonies of #EB530C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB530C

Black with #EB530C

Text Example


Text Example

White with #EB530C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB530C; }

 p { color: rgb(235,83,12); }

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

background-color css

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

 a { background-color: rgb(235,83,12); }

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

border-color css

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

 span { border-color: rgb(235,83,12); }

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