Html Css Color HEX #EDE00A Lemon

📋 copy color: '#EDE00A'

red 237 ◦ green 224 ◦ blue 10

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

Shades of Lemon #EDE00A

Tints of Lemon #EDE00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.56%

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

R = 50.32%
G = 47.56%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDE00A (or 0xEDE00A) is known color: Lemon. HEX triplet: ED, E0 and 0A. RGB value is (237,224,10). Sum of RGB (Red+Green+Blue) = 237+224+10=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE00A is #121FF5. Grayscale: #CCCCCC. Windows color (decimal): -1187830 or 712941. OLE color: 712941.

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

Color convert

RGB 237 224 10 -
CMYK 0 0.05 0.96 0.07
HSL 56.56º 0.92% 0.48% -
HSV(B) 56.56º 0.96% 0.93% -
XYZ 61.64 71.34 10.81 -
YUV 203.49 18.81 151.9 -
System Red Green Blue C M Y K H S L
Decimal 237 224 10 0 0.05 0.96 0.07 56.56 0.92 0.48
Hex ED E0 A 0 5 60 7 39 5C 30
Octal 355 340 12 0 5 140 7 71 134 60
Binary 11101101 11100000 1010 0 101 1100000 111 111001 1011100 110000

Color Harmonies of #EDE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE00A

Black with #EDE00A

Text Example


Text Example

White with #EDE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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