Html Css Color HEX #ED4A03 Persimmon

📋 copy color: '#ED4A03'

red 237 ◦ green 74 ◦ blue 3

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

Shades of Persimmon #ED4A03

Tints of Persimmon #ED4A03

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.57%

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

R = 75.48%
G = 23.57%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#ED4A03 (or 0xED4A03) is known color: Persimmon. HEX triplet: ED, 4A and 03. RGB value is (237,74,3). Sum of RGB (Red+Green+Blue) = 237+74+3=314 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.48% from 314); Green value is 74 (29.30% from 255 or 23.57% from 314); Blue value is 3 (1.56% from 255 or 0.96% from 314); Max value from RGB is 237 - color contains mainly: red. Hex color #ED4A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #ED4A03 is #12B5FC. Grayscale: #737373. Windows color (decimal): -1226237 or 215789. OLE color: 215789.

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

Color convert

RGB 237 74 3 -
CMYK 0 0.69 0.99 0.07
HSL 18.21º 0.98% 0.47% -
HSV(B) 18.21º 0.99% 0.93% -
XYZ 37.39 22.91 2.54 -
YUV 114.64 65 215.27 -
System Red Green Blue C M Y K H S L
Decimal 237 74 3 0 0.69 0.99 0.07 18.21 0.98 0.47
Hex ED 4A 3 0 45 63 7 12 62 2F
Octal 355 112 3 0 105 143 7 22 142 57
Binary 11101101 1001010 11 0 1000101 1100011 111 10010 1100010 101111

Color Harmonies of #ED4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED4A03

Black with #ED4A03

Text Example


Text Example

White with #ED4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED4A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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