Html Css Color HEX #EDE30B Lemon

📋 copy color: '#EDE30B'

red 237 ◦ green 227 ◦ blue 11

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

Shades of Lemon #EDE30B

Tints of Lemon #EDE30B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.32%

R = 49.89%
G = 47.79%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE30B (or 0xEDE30B) is known color: Lemon. HEX triplet: ED, E3 and 0B. RGB value is (237,227,11). Sum of RGB (Red+Green+Blue) = 237+227+11=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 11 (4.69% from 255 or 2.32% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE30B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE30B is #121CF4. Grayscale: #CECECE. Windows color (decimal): -1187061 or 779245. OLE color: 779245.

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

Color convert

RGB 237 227 11 -
CMYK 0 0.04 0.95 0.07
HSL 57.35º 0.91% 0.49% -
HSV(B) 57.35º 0.95% 0.93% -
XYZ 62.45 72.97 11.11 -
YUV 205.37 18.31 150.56 -
System Red Green Blue C M Y K H S L
Decimal 237 227 11 0 0.04 0.95 0.07 57.35 0.91 0.49
Hex ED E3 B 0 4 5F 7 39 5B 31
Octal 355 343 13 0 4 137 7 71 133 61
Binary 11101101 11100011 1011 0 100 1011111 111 111001 1011011 110001

Color Harmonies of #EDE30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE30B

Black with #EDE30B

Text Example


Text Example

White with #EDE30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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