Html Css Color HEX #EDE71D Lemon

📋 copy color: '#EDE71D'

red 237 ◦ green 231 ◦ blue 29

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

Shades of Lemon #EDE71D

Tints of Lemon #EDE71D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.48%

 BLUE value IS 29 (11.72% from 255) = 5.84%

R = 47.69%
G = 46.48%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDE71D (or 0xEDE71D) is known color: Lemon. HEX triplet: ED, E7 and 1D. RGB value is (237,231,29). Sum of RGB (Red+Green+Blue) = 237+231+29=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 231 (90.62% from 255 or 46.48% from 497); Blue value is 29 (11.72% from 255 or 5.84% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE71D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE71D is #1218E2. Grayscale: #D2D2D2. Windows color (decimal): -1186019 or 1959917. OLE color: 1959917.

HSL color Cylindrical-coordinate representation of color #EDE71D: hue angle of 58.27º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDE71D is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 231 29 -
CMYK 0 0.03 0.88 0.07
HSL 58.27º 0.85% 0.52% -
HSV(B) 58.27º 0.88% 0.93% -
XYZ 63.72 75.25 12.33 -
YUV 209.77 25.99 147.43 -
System Red Green Blue C M Y K H S L
Decimal 237 231 29 0 0.03 0.88 0.07 58.27 0.85 0.52
Hex ED E7 1D 0 3 58 7 3A 55 34
Octal 355 347 35 0 3 130 7 72 125 64
Binary 11101101 11100111 11101 0 11 1011000 111 111010 1010101 110100

Color Harmonies of #EDE71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE71D

Black with #EDE71D

Text Example


Text Example

White with #EDE71D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE71D; }

 p { color: rgb(237,231,29); }

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

background-color css

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

 a { background-color: rgb(237,231,29); }

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

border-color css

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

 span { border-color: rgb(237,231,29); }

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