Html Css Color HEX #ED6103 Persimmon

📋 copy color: '#ED6103'

red 237 ◦ green 97 ◦ blue 3

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

Shades of Persimmon #ED6103

Tints of Persimmon #ED6103

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.78%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 70.33%
G = 28.78%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED6103 (or 0xED6103) is known color: Persimmon. HEX triplet: ED, 61 and 03. RGB value is (237,97,3). Sum of RGB (Red+Green+Blue) = 237+97+3=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 3 (1.56% from 255 or 0.89% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6103 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6103 is #129EFC. Grayscale: #808080. Windows color (decimal): -1220349 or 221677. OLE color: 221677.

HSL color Cylindrical-coordinate representation of color #ED6103: hue angle of 24.1º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ED6103 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 97 3 -
CMYK 0 0.59 0.99 0.07
HSL 24.1º 0.98% 0.47% -
HSV(B) 24.1º 0.99% 0.93% -
XYZ 39.22 26.56 3.15 -
YUV 128.14 57.38 205.64 -
System Red Green Blue C M Y K H S L
Decimal 237 97 3 0 0.59 0.99 0.07 24.1 0.98 0.47
Hex ED 61 3 0 3B 63 7 18 62 2F
Octal 355 141 3 0 73 143 7 30 142 57
Binary 11101101 1100001 11 0 111011 1100011 111 11000 1100010 101111

Color Harmonies of #ED6103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6103

Black with #ED6103

Text Example


Text Example

White with #ED6103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6103; }

 p { color: rgb(237,97,3); }

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

background-color css

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

 a { background-color: rgb(237,97,3); }

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

border-color css

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

 span { border-color: rgb(237,97,3); }

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