Html Css Color HEX #ED7B46 Jaffa

📋 copy color: '#ED7B46'

red 237 ◦ green 123 ◦ blue 70

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

Shades of Jaffa #ED7B46

Tints of Jaffa #ED7B46

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.6%

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

R = 55.12%
G = 28.6%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED7B46 (or 0xED7B46) is known color: Jaffa. HEX triplet: ED, 7B and 46. RGB value is (237,123,70). Sum of RGB (Red+Green+Blue) = 237+123+70=430 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.12% from 430); Green value is 123 (48.44% from 255 or 28.60% from 430); Blue value is 70 (27.73% from 255 or 16.28% from 430); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7B46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7B46 is #1284B9. Grayscale: #979797. Windows color (decimal): -1213626 or 4619245. OLE color: 4619245.

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

Color convert

RGB 237 123 70 -
CMYK 0 0.48 0.70 0.07
HSL 19.04º 0.82% 0.6% -
HSV(B) 19.04º 0.7% 0.93% -
XYZ 43.11 32.61 9.82 -
YUV 151.04 82.27 189.31 -
System Red Green Blue C M Y K H S L
Decimal 237 123 70 0 0.48 0.70 0.07 19.04 0.82 0.6
Hex ED 7B 46 0 30 46 7 13 52 3C
Octal 355 173 106 0 60 106 7 23 122 74
Binary 11101101 1111011 1000110 0 110000 1000110 111 10011 1010010 111100

Color Harmonies of #ED7B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7B46

Black with #ED7B46

Text Example


Text Example

White with #ED7B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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