Html Css Color HEX #EDE30A Lemon

📋 copy color: '#EDE30A'

red 237 ◦ green 227 ◦ blue 10

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

Shades of Lemon #EDE30A

Tints of Lemon #EDE30A

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47.89%

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 50%
G = 47.89%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDE30A (or 0xEDE30A) is known color: Lemon. HEX triplet: ED, E3 and 0A. RGB value is (237,227,10). Sum of RGB (Red+Green+Blue) = 237+227+10=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 10 (4.30% from 255 or 2.11% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE30A is #121CF5. Grayscale: #CECECE. Windows color (decimal): -1187062 or 713709. OLE color: 713709.

HSL color Cylindrical-coordinate representation of color #EDE30A: hue angle of 57.36º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EDE30A is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 227 10 -
CMYK 0 0.04 0.96 0.07
HSL 57.36º 0.92% 0.48% -
HSV(B) 57.36º 0.96% 0.93% -
XYZ 62.45 72.96 11.08 -
YUV 205.25 17.81 150.64 -
System Red Green Blue C M Y K H S L
Decimal 237 227 10 0 0.04 0.96 0.07 57.36 0.92 0.48
Hex ED E3 A 0 4 60 7 39 5C 30
Octal 355 343 12 0 4 140 7 71 134 60
Binary 11101101 11100011 1010 0 100 1100000 111 111001 1011100 110000

Color Harmonies of #EDE30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE30A

Black with #EDE30A

Text Example


Text Example

White with #EDE30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE30A; }

 p { color: rgb(237,227,10); }

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

background-color css

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

 a { background-color: rgb(237,227,10); }

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

border-color css

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

 span { border-color: rgb(237,227,10); }

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