Html Css Color HEX #ED7A46 Jaffa

📋 copy color: '#ED7A46'

red 237 ◦ green 122 ◦ blue 70

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

Shades of Jaffa #ED7A46

Tints of Jaffa #ED7A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.44%

 BLUE value IS 70 (27.73% from 255) = 16.32%

R = 55.24%
G = 28.44%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED7A46 (or 0xED7A46) is known color: Jaffa. HEX triplet: ED, 7A and 46. RGB value is (237,122,70). Sum of RGB (Red+Green+Blue) = 237+122+70=429 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.24% from 429); Green value is 122 (48.05% from 255 or 28.44% from 429); Blue value is 70 (27.73% from 255 or 16.32% from 429); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7A46 is #1285B9. Grayscale: #969696. Windows color (decimal): -1213882 or 4618989. OLE color: 4618989.

HSL color Cylindrical-coordinate representation of color #ED7A46: hue angle of 18.68º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ED7A46 is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 122 70 -
CMYK 0 0.49 0.70 0.07
HSL 18.68º 0.82% 0.6% -
HSV(B) 18.68º 0.7% 0.93% -
XYZ 42.99 32.37 9.78 -
YUV 150.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 237 122 70 0 0.49 0.70 0.07 18.68 0.82 0.6
Hex ED 7A 46 0 31 46 7 13 52 3C
Octal 355 172 106 0 61 106 7 23 122 74
Binary 11101101 1111010 1000110 0 110001 1000110 111 10011 1010010 111100

Color Harmonies of #ED7A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7A46

Black with #ED7A46

Text Example


Text Example

White with #ED7A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7A46; }

 p { color: rgb(237,122,70); }

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

background-color css

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

 a { background-color: rgb(237,122,70); }

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

border-color css

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

 span { border-color: rgb(237,122,70); }

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