Html Css Color HEX #ED660C Persimmon

📋 copy color: '#ED660C'

red 237 ◦ green 102 ◦ blue 12

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

Shades of Persimmon #ED660C

Tints of Persimmon #ED660C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 67.52%
G = 29.06%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ED660C (or 0xED660C) is known color: Persimmon. HEX triplet: ED, 66 and 0C. RGB value is (237,102,12). Sum of RGB (Red+Green+Blue) = 237+102+12=351 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.52% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 12 (5.08% from 255 or 3.42% from 351); Max value from RGB is 237 - color contains mainly: red. Hex color #ED660C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED660C is #1299F3. Grayscale: #848484. Windows color (decimal): -1219060 or 812781. OLE color: 812781.

HSL color Cylindrical-coordinate representation of color #ED660C: hue angle of 24º 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 #ED660C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 12 -
CMYK 0 0.57 0.95 0.07
HSL 24º 0.9% 0.49% -
HSV(B) 24º 0.95% 0.93% -
XYZ 39.74 27.53 3.57 -
YUV 132.11 60.23 202.82 -
System Red Green Blue C M Y K H S L
Decimal 237 102 12 0 0.57 0.95 0.07 24 0.9 0.49
Hex ED 66 C 0 39 5F 7 18 5A 31
Octal 355 146 14 0 71 137 7 30 132 61
Binary 11101101 1100110 1100 0 111001 1011111 111 11000 1011010 110001

Color Harmonies of #ED660C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED660C

Black with #ED660C

Text Example


Text Example

White with #ED660C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED660C; }

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

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

background-color css

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

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

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

border-color css

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

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

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