Html Css Color HEX #EDE21B Lemon

📋 copy color: '#EDE21B'

red 237 ◦ green 226 ◦ blue 27

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

Shades of Lemon #EDE21B

Tints of Lemon #EDE21B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.12%

 BLUE value IS 27 (10.94% from 255) = 5.51%

R = 48.37%
G = 46.12%
B = 5.51%

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

#EDE21B (or 0xEDE21B) is known color: Lemon. HEX triplet: ED, E2 and 1B. RGB value is (237,226,27). Sum of RGB (Red+Green+Blue) = 237+226+27=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 27 (10.94% from 255 or 5.51% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE21B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDE21B is #121DE4. Grayscale: #CFCFCF. Windows color (decimal): -1187301 or 1827565. OLE color: 1827565.

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

Color convert

RGB 237 226 27 -
CMYK 0 0.05 0.89 0.07
HSL 56.86º 0.85% 0.52% -
HSV(B) 56.86º 0.89% 0.93% -
XYZ 62.32 72.48 11.74 -
YUV 206.6 26.64 149.68 -
System Red Green Blue C M Y K H S L
Decimal 237 226 27 0 0.05 0.89 0.07 56.86 0.85 0.52
Hex ED E2 1B 0 5 59 7 39 55 34
Octal 355 342 33 0 5 131 7 71 125 64
Binary 11101101 11100010 11011 0 101 1011001 111 111001 1010101 110100

Color Harmonies of #EDE21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE21B

Black with #EDE21B

Text Example


Text Example

White with #EDE21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE21B; }

 p { color: rgb(237,226,27); }

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

background-color css

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

 a { background-color: rgb(237,226,27); }

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

border-color css

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

 span { border-color: rgb(237,226,27); }

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