Html Css Color HEX #EDE01A Lemon

📋 copy color: '#EDE01A'

red 237 ◦ green 224 ◦ blue 26

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

Shades of Lemon #EDE01A

Tints of Lemon #EDE01A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.34%

R = 48.67%
G = 46%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDE01A (or 0xEDE01A) is known color: Lemon. HEX triplet: ED, E0 and 1A. RGB value is (237,224,26). Sum of RGB (Red+Green+Blue) = 237+224+26=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 224 (87.89% from 255 or 46.00% from 487); Blue value is 26 (10.55% from 255 or 5.34% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE01A is #121FE5. Grayscale: #CECECE. Windows color (decimal): -1187814 or 1761517. OLE color: 1761517.

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

Color convert

RGB 237 224 26 -
CMYK 0 0.05 0.89 0.07
HSL 56.3º 0.85% 0.52% -
HSV(B) 56.3º 0.89% 0.93% -
XYZ 61.77 71.39 11.5 -
YUV 205.32 26.81 150.6 -
System Red Green Blue C M Y K H S L
Decimal 237 224 26 0 0.05 0.89 0.07 56.3 0.85 0.52
Hex ED E0 1A 0 5 59 7 38 55 34
Octal 355 340 32 0 5 131 7 70 125 64
Binary 11101101 11100000 11010 0 101 1011001 111 111000 1010101 110100

Color Harmonies of #EDE01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE01A

Black with #EDE01A

Text Example


Text Example

White with #EDE01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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