Html Css Color HEX #ED7C4A Jaffa

📋 copy color: '#ED7C4A'

red 237 ◦ green 124 ◦ blue 74

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

Shades of Jaffa #ED7C4A

Tints of Jaffa #ED7C4A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.51%

 BLUE value IS 74 (29.3% from 255) = 17.01%

R = 54.48%
G = 28.51%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#ED7C4A (or 0xED7C4A) is known color: Jaffa. HEX triplet: ED, 7C and 4A. RGB value is (237,124,74). Sum of RGB (Red+Green+Blue) = 237+124+74=435 (57% of max value = 765). Red value is 237 (92.97% from 255 or 54.48% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7C4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED7C4A is #1283B5. Grayscale: #989898. Windows color (decimal): -1213366 or 4881645. OLE color: 4881645.

HSL color Cylindrical-coordinate representation of color #ED7C4A: hue angle of 18.4º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ED7C4A is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 124 74 -
CMYK 0 0.48 0.69 0.07
HSL 18.4º 0.82% 0.61% -
HSV(B) 18.4º 0.69% 0.93% -
XYZ 43.37 32.91 10.55 -
YUV 152.09 83.94 188.57 -
System Red Green Blue C M Y K H S L
Decimal 237 124 74 0 0.48 0.69 0.07 18.4 0.82 0.61
Hex ED 7C 4A 0 30 45 7 12 52 3D
Octal 355 174 112 0 60 105 7 22 122 75
Binary 11101101 1111100 1001010 0 110000 1000101 111 10010 1010010 111101

Color Harmonies of #ED7C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7C4A

Black with #ED7C4A

Text Example


Text Example

White with #ED7C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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