Html Css Color HEX #EDE10B Lemon

📋 copy color: '#EDE10B'

red 237 ◦ green 225 ◦ blue 11

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

Shades of Lemon #EDE10B

Tints of Lemon #EDE10B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

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

R = 50.11%
G = 47.57%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE10B (or 0xEDE10B) is known color: Lemon. HEX triplet: ED, E1 and 0B. RGB value is (237,225,11). Sum of RGB (Red+Green+Blue) = 237+225+11=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 11 (4.69% from 255 or 2.33% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE10B is #121EF4. Grayscale: #CDCDCD. Windows color (decimal): -1187573 or 778733. OLE color: 778733.

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

Color convert

RGB 237 225 11 -
CMYK 0 0.05 0.95 0.07
HSL 56.81º 0.91% 0.49% -
HSV(B) 56.81º 0.95% 0.93% -
XYZ 61.91 71.88 10.93 -
YUV 204.19 18.98 151.4 -
System Red Green Blue C M Y K H S L
Decimal 237 225 11 0 0.05 0.95 0.07 56.81 0.91 0.49
Hex ED E1 B 0 5 5F 7 39 5B 31
Octal 355 341 13 0 5 137 7 71 133 61
Binary 11101101 11100001 1011 0 101 1011111 111 111001 1011011 110001

Color Harmonies of #EDE10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE10B

Black with #EDE10B

Text Example


Text Example

White with #EDE10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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