Html Css Color HEX #EDF722 Lemon

📋 copy color: '#EDF722'

red 237 ◦ green 247 ◦ blue 34

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

Shades of Lemon #EDF722

Tints of Lemon #EDF722

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.68%

 BLUE value IS 34 (13.67% from 255) = 6.56%

R = 45.75%
G = 47.68%
B = 6.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#EDF722 (or 0xEDF722) is known color: Lemon. HEX triplet: ED, F7 and 22. RGB value is (237,247,34). Sum of RGB (Red+Green+Blue) = 237+247+34=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 34 (13.67% from 255 or 6.56% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF722 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF722 is #1208DD. Grayscale: #DCDCDC. Windows color (decimal): -1181918 or 2291693. OLE color: 2291693.

HSL color Cylindrical-coordinate representation of color #EDF722: hue angle of 62.82º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EDF722 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 247 34 -
CMYK 0.04 0 0.86 0.03
HSL 62.82º 0.93% 0.55% -
HSV(B) 62.82º 0.86% 0.97% -
XYZ 68.47 84.64 14.24 -
YUV 219.73 23.19 140.32 -
System Red Green Blue C M Y K H S L
Decimal 237 247 34 0.04 0 0.86 0.03 62.82 0.93 0.55
Hex ED F7 22 4 0 56 3 3F 5D 37
Octal 355 367 42 4 0 126 3 77 135 67
Binary 11101101 11110111 100010 100 0 1010110 11 111111 1011101 110111

Color Harmonies of #EDF722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF722

Black with #EDF722

Text Example


Text Example

White with #EDF722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF722; }

 p { color: rgb(237,247,34); }

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

background-color css

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

 a { background-color: rgb(237,247,34); }

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

border-color css

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

 span { border-color: rgb(237,247,34); }

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