Html Css Color HEX #ED6403 Persimmon

📋 copy color: '#ED6403'

red 237 ◦ green 100 ◦ blue 3

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

Shades of Persimmon #ED6403

Tints of Persimmon #ED6403

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.41%

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

R = 69.71%
G = 29.41%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED6403 (or 0xED6403) is known color: Persimmon. HEX triplet: ED, 64 and 03. RGB value is (237,100,3). Sum of RGB (Red+Green+Blue) = 237+100+3=340 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.71% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 237 - color contains mainly: red. Hex color #ED6403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED6403 is #129BFC. Grayscale: #828282. Windows color (decimal): -1219581 or 222445. OLE color: 222445.

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

Color convert

RGB 237 100 3 -
CMYK 0 0.58 0.99 0.07
HSL 24.87º 0.98% 0.47% -
HSV(B) 24.87º 0.99% 0.93% -
XYZ 39.5 27.13 3.24 -
YUV 129.91 56.39 204.39 -
System Red Green Blue C M Y K H S L
Decimal 237 100 3 0 0.58 0.99 0.07 24.87 0.98 0.47
Hex ED 64 3 0 3A 63 7 19 62 2F
Octal 355 144 3 0 72 143 7 31 142 57
Binary 11101101 1100100 11 0 111010 1100011 111 11001 1100010 101111

Color Harmonies of #ED6403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED6403

Black with #ED6403

Text Example


Text Example

White with #ED6403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED6403; }

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

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

background-color css

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

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

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

border-color css

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

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

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