Html Css Color HEX #EDE81B Lemon

📋 copy color: '#EDE81B'

red 237 ◦ green 232 ◦ blue 27

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

Shades of Lemon #EDE81B

Tints of Lemon #EDE81B

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.77%

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

R = 47.78%
G = 46.77%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDE81B (or 0xEDE81B) is known color: Lemon. HEX triplet: ED, E8 and 1B. RGB value is (237,232,27). Sum of RGB (Red+Green+Blue) = 237+232+27=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 27 (10.94% from 255 or 5.44% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE81B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE81B is #1217E4. Grayscale: #D2D2D2. Windows color (decimal): -1185765 or 1829101. OLE color: 1829101.

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

Color convert

RGB 237 232 27 -
CMYK 0 0.02 0.89 0.07
HSL 58.57º 0.85% 0.52% -
HSV(B) 58.57º 0.89% 0.93% -
XYZ 63.98 75.8 12.3 -
YUV 210.13 24.66 147.17 -
System Red Green Blue C M Y K H S L
Decimal 237 232 27 0 0.02 0.89 0.07 58.57 0.85 0.52
Hex ED E8 1B 0 2 59 7 3B 55 34
Octal 355 350 33 0 2 131 7 73 125 64
Binary 11101101 11101000 11011 0 10 1011001 111 111011 1010101 110100

Color Harmonies of #EDE81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE81B

Black with #EDE81B

Text Example


Text Example

White with #EDE81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE81B; }

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

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

background-color css

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

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

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

border-color css

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

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

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