Html Css Color HEX #EDEB17 Lemon

📋 copy color: '#EDEB17'

red 237 ◦ green 235 ◦ blue 23

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

Shades of Lemon #EDEB17

Tints of Lemon #EDEB17

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.47%

 BLUE value IS 23 (9.38% from 255) = 4.65%

R = 47.88%
G = 47.47%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EDEB17 (or 0xEDEB17) is known color: Lemon. HEX triplet: ED, EB and 17. RGB value is (237,235,23). Sum of RGB (Red+Green+Blue) = 237+235+23=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 23 (9.38% from 255 or 4.65% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB17 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEB17 is #1214E8. Grayscale: #D4D4D4. Windows color (decimal): -1185001 or 1567725. OLE color: 1567725.

HSL color Cylindrical-coordinate representation of color #EDEB17: hue angle of 59.44º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EDEB17 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 23 -
CMYK 0 0.01 0.90 0.07
HSL 59.44º 0.86% 0.51% -
HSV(B) 59.44º 0.9% 0.93% -
XYZ 64.79 77.48 12.35 -
YUV 211.43 21.66 146.24 -
System Red Green Blue C M Y K H S L
Decimal 237 235 23 0 0.01 0.90 0.07 59.44 0.86 0.51
Hex ED EB 17 0 1 5A 7 3B 56 33
Octal 355 353 27 0 1 132 7 73 126 63
Binary 11101101 11101011 10111 0 1 1011010 111 111011 1010110 110011

Color Harmonies of #EDEB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB17

Black with #EDEB17

Text Example


Text Example

White with #EDEB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB17; }

 p { color: rgb(237,235,23); }

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

background-color css

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

 a { background-color: rgb(237,235,23); }

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

border-color css

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

 span { border-color: rgb(237,235,23); }

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