Html Css Color HEX #ED6312 Persimmon

📋 copy color: '#ED6312'

red 237 ◦ green 99 ◦ blue 18

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

Shades of Persimmon #ED6312

Tints of Persimmon #ED6312

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.97%

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

R = 66.95%
G = 27.97%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ED6312 (or 0xED6312) is known color: Persimmon. HEX triplet: ED, 63 and 12. RGB value is (237,99,18). Sum of RGB (Red+Green+Blue) = 237+99+18=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6312 is #129CED. Grayscale: #838383. Windows color (decimal): -1219822 or 1205229. OLE color: 1205229.

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

Color convert

RGB 237 99 18 -
CMYK 0 0.58 0.92 0.07
HSL 22.19º 0.86% 0.5% -
HSV(B) 22.19º 0.92% 0.93% -
XYZ 39.5 26.97 3.7 -
YUV 131.03 64.22 203.59 -
System Red Green Blue C M Y K H S L
Decimal 237 99 18 0 0.58 0.92 0.07 22.19 0.86 0.5
Hex ED 63 12 0 3A 5C 7 16 56 32
Octal 355 143 22 0 72 134 7 26 126 62
Binary 11101101 1100011 10010 0 111010 1011100 111 10110 1010110 110010

Color Harmonies of #ED6312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6312

Black with #ED6312

Text Example


Text Example

White with #ED6312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6312; }

 p { color: rgb(237,99,18); }

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

background-color css

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

 a { background-color: rgb(237,99,18); }

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

border-color css

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

 span { border-color: rgb(237,99,18); }

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