Html Css Color HEX #EDEA18 Lemon

📋 copy color: '#EDEA18'

red 237 ◦ green 234 ◦ blue 24

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

Shades of Lemon #EDEA18

Tints of Lemon #EDEA18

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.27%

 BLUE value IS 24 (9.77% from 255) = 4.85%

R = 47.88%
G = 47.27%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDEA18 (or 0xEDEA18) is known color: Lemon. HEX triplet: ED, EA and 18. RGB value is (237,234,24). Sum of RGB (Red+Green+Blue) = 237+234+24=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 24 (9.77% from 255 or 4.85% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEA18 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEA18 is #1215E7. Grayscale: #D3D3D3. Windows color (decimal): -1185256 or 1633005. OLE color: 1633005.

HSL color Cylindrical-coordinate representation of color #EDEA18: hue angle of 59.15º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDEA18 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 234 24 -
CMYK 0 0.01 0.90 0.07
HSL 59.15º 0.86% 0.51% -
HSV(B) 59.15º 0.9% 0.93% -
XYZ 64.51 76.92 12.31 -
YUV 210.96 22.49 146.58 -
System Red Green Blue C M Y K H S L
Decimal 237 234 24 0 0.01 0.90 0.07 59.15 0.86 0.51
Hex ED EA 18 0 1 5A 7 3B 56 33
Octal 355 352 30 0 1 132 7 73 126 63
Binary 11101101 11101010 11000 0 1 1011010 111 111011 1010110 110011

Color Harmonies of #EDEA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEA18

Black with #EDEA18

Text Example


Text Example

White with #EDEA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEA18; }

 p { color: rgb(237,234,24); }

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

background-color css

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

 a { background-color: rgb(237,234,24); }

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

border-color css

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

 span { border-color: rgb(237,234,24); }

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