Html Css Color HEX #ED6607 Persimmon

📋 copy color: '#ED6607'

red 237 ◦ green 102 ◦ blue 7

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

Shades of Persimmon #ED6607

Tints of Persimmon #ED6607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.02%

R = 68.5%
G = 29.48%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ED6607 (or 0xED6607) is known color: Persimmon. HEX triplet: ED, 66 and 07. RGB value is (237,102,7). Sum of RGB (Red+Green+Blue) = 237+102+7=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 7 (3.12% from 255 or 2.02% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6607 is #1299F8. Grayscale: #848484. Windows color (decimal): -1219065 or 485101. OLE color: 485101.

HSL color Cylindrical-coordinate representation of color #ED6607: hue angle of 24.78º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ED6607 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 102 7 -
CMYK 0 0.57 0.97 0.07
HSL 24.78º 0.94% 0.48% -
HSV(B) 24.78º 0.97% 0.93% -
XYZ 39.71 27.52 3.42 -
YUV 131.54 57.73 203.22 -
System Red Green Blue C M Y K H S L
Decimal 237 102 7 0 0.57 0.97 0.07 24.78 0.94 0.48
Hex ED 66 7 0 39 61 7 19 5E 30
Octal 355 146 7 0 71 141 7 31 136 60
Binary 11101101 1100110 111 0 111001 1100001 111 11001 1011110 110000

Color Harmonies of #ED6607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6607

Black with #ED6607

Text Example


Text Example

White with #ED6607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6607; }

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

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

background-color css

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

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

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

border-color css

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

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

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