Html Css Color HEX #EDE71C Lemon

📋 copy color: '#EDE71C'

red 237 ◦ green 231 ◦ blue 28

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

Shades of Lemon #EDE71C

Tints of Lemon #EDE71C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.65%

R = 47.78%
G = 46.57%
B = 5.65%

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

#EDE71C (or 0xEDE71C) is known color: Lemon. HEX triplet: ED, E7 and 1C. RGB value is (237,231,28). Sum of RGB (Red+Green+Blue) = 237+231+28=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 231 (90.62% from 255 or 46.57% from 496); Blue value is 28 (11.33% from 255 or 5.65% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE71C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE71C is #1218E3. Grayscale: #D2D2D2. Windows color (decimal): -1186020 or 1894381. OLE color: 1894381.

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

Color convert

RGB 237 231 28 -
CMYK 0 0.03 0.88 0.07
HSL 58.28º 0.85% 0.52% -
HSV(B) 58.28º 0.88% 0.93% -
XYZ 63.71 75.24 12.26 -
YUV 209.65 25.49 147.51 -
System Red Green Blue C M Y K H S L
Decimal 237 231 28 0 0.03 0.88 0.07 58.28 0.85 0.52
Hex ED E7 1C 0 3 58 7 3A 55 34
Octal 355 347 34 0 3 130 7 72 125 64
Binary 11101101 11100111 11100 0 11 1011000 111 111010 1010101 110100

Color Harmonies of #EDE71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE71C

Black with #EDE71C

Text Example


Text Example

White with #EDE71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE71C; }

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

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

background-color css

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

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

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

border-color css

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

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

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