Html Css Color HEX #ED510C Persimmon

📋 copy color: '#ED510C'

red 237 ◦ green 81 ◦ blue 12

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

Shades of Persimmon #ED510C

Tints of Persimmon #ED510C

RGB

 RED value IS 237 (92.97% from 255) = 71.82%

 GREEN value IS 81 (32.03% from 255) = 24.55%

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

R = 71.82%
G = 24.55%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED510C (or 0xED510C) is known color: Persimmon. HEX triplet: ED, 51 and 0C. RGB value is (237,81,12). Sum of RGB (Red+Green+Blue) = 237+81+12=330 (43% of max value = 765). Red value is 237 (92.97% from 255 or 71.82% from 330); Green value is 81 (32.03% from 255 or 24.55% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 237 - color contains mainly: red. Hex color #ED510C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED510C is #12AEF3. Grayscale: #787878. Windows color (decimal): -1224436 or 807405. OLE color: 807405.

HSL color Cylindrical-coordinate representation of color #ED510C: hue angle of 18.4º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ED510C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 81 12 -
CMYK 0 0.66 0.95 0.07
HSL 18.4º 0.9% 0.49% -
HSV(B) 18.4º 0.95% 0.93% -
XYZ 37.93 23.92 2.96 -
YUV 119.78 67.18 211.61 -
System Red Green Blue C M Y K H S L
Decimal 237 81 12 0 0.66 0.95 0.07 18.4 0.9 0.49
Hex ED 51 C 0 42 5F 7 12 5A 31
Octal 355 121 14 0 102 137 7 22 132 61
Binary 11101101 1010001 1100 0 1000010 1011111 111 10010 1011010 110001

Color Harmonies of #ED510C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED510C

Black with #ED510C

Text Example


Text Example

White with #ED510C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED510C; }

 p { color: rgb(237,81,12); }

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

background-color css

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

 a { background-color: rgb(237,81,12); }

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

border-color css

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

 span { border-color: rgb(237,81,12); }

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