Html Css Color HEX #ED753E Jaffa

📋 copy color: '#ED753E'

red 237 ◦ green 117 ◦ blue 62

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

Shades of Jaffa #ED753E

Tints of Jaffa #ED753E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.13%

 BLUE value IS 62 (24.61% from 255) = 14.9%

R = 56.97%
G = 28.13%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED753E (or 0xED753E) is known color: Jaffa. HEX triplet: ED, 75 and 3E. RGB value is (237,117,62). Sum of RGB (Red+Green+Blue) = 237+117+62=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #ED753E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #ED753E is #128AC1. Grayscale: #929292. Windows color (decimal): -1215170 or 4093421. OLE color: 4093421.

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

Color convert

RGB 237 117 62 -
CMYK 0 0.51 0.74 0.07
HSL 18.86º 0.83% 0.59% -
HSV(B) 18.86º 0.74% 0.93% -
XYZ 42.16 31.07 8.33 -
YUV 146.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 237 117 62 0 0.51 0.74 0.07 18.86 0.83 0.59
Hex ED 75 3E 0 33 4A 7 13 53 3B
Octal 355 165 76 0 63 112 7 23 123 73
Binary 11101101 1110101 111110 0 110011 1001010 111 10011 1010011 111011

Color Harmonies of #ED753E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED753E

Black with #ED753E

Text Example


Text Example

White with #ED753E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED753E; }

 p { color: rgb(237,117,62); }

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

background-color css

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

 a { background-color: rgb(237,117,62); }

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

border-color css

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

 span { border-color: rgb(237,117,62); }

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