Html Css Color HEX #EDE91B Lemon

📋 copy color: '#EDE91B'

red 237 ◦ green 233 ◦ blue 27

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

Shades of Lemon #EDE91B

Tints of Lemon #EDE91B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.88%

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

R = 47.69%
G = 46.88%
B = 5.43%

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

#EDE91B (or 0xEDE91B) is known color: Lemon. HEX triplet: ED, E9 and 1B. RGB value is (237,233,27). Sum of RGB (Red+Green+Blue) = 237+233+27=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE91B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDE91B is #1216E4. Grayscale: #D3D3D3. Windows color (decimal): -1185509 or 1829357. OLE color: 1829357.

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

Color convert

RGB 237 233 27 -
CMYK 0 0.02 0.89 0.07
HSL 58.86º 0.85% 0.52% -
HSV(B) 58.86º 0.89% 0.93% -
XYZ 64.26 76.36 12.39 -
YUV 210.71 24.33 146.75 -
System Red Green Blue C M Y K H S L
Decimal 237 233 27 0 0.02 0.89 0.07 58.86 0.85 0.52
Hex ED E9 1B 0 2 59 7 3B 55 34
Octal 355 351 33 0 2 131 7 73 125 64
Binary 11101101 11101001 11011 0 10 1011001 111 111011 1010101 110100

Color Harmonies of #EDE91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE91B

Black with #EDE91B

Text Example


Text Example

White with #EDE91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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