Html Css Color HEX #ED703D Jaffa

📋 copy color: '#ED703D'

red 237 ◦ green 112 ◦ blue 61

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

Shades of Jaffa #ED703D

Tints of Jaffa #ED703D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

 BLUE value IS 61 (24.22% from 255) = 14.88%

R = 57.8%
G = 27.32%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED703D (or 0xED703D) is known color: Jaffa. HEX triplet: ED, 70 and 3D. RGB value is (237,112,61). Sum of RGB (Red+Green+Blue) = 237+112+61=410 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.80% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 61 (24.22% from 255 or 14.88% from 410); Max value from RGB is 237 - color contains mainly: red. Hex color #ED703D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED703D is #128FC2. Grayscale: #8F8F8F. Windows color (decimal): -1216451 or 4026605. OLE color: 4026605.

HSL color Cylindrical-coordinate representation of color #ED703D: hue angle of 17.39º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ED703D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 112 61 -
CMYK 0 0.53 0.74 0.07
HSL 17.39º 0.83% 0.58% -
HSV(B) 17.39º 0.74% 0.93% -
XYZ 41.56 29.93 8 -
YUV 143.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 237 112 61 0 0.53 0.74 0.07 17.39 0.83 0.58
Hex ED 70 3D 0 35 4A 7 11 53 3A
Octal 355 160 75 0 65 112 7 21 123 72
Binary 11101101 1110000 111101 0 110101 1001010 111 10001 1010011 111010

Color Harmonies of #ED703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED703D

Black with #ED703D

Text Example


Text Example

White with #ED703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED703D; }

 p { color: rgb(237,112,61); }

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

background-color css

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

 a { background-color: rgb(237,112,61); }

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

border-color css

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

 span { border-color: rgb(237,112,61); }

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