Html Css Color HEX #EDEF13 Lemon

📋 copy color: '#EDEF13'

red 237 ◦ green 239 ◦ blue 19

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

Shades of Lemon #EDEF13

Tints of Lemon #EDEF13

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.28%

 BLUE value IS 19 (7.81% from 255) = 3.84%

R = 47.88%
G = 48.28%
B = 3.84%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EDEF13 (or 0xEDEF13) is known color: Lemon. HEX triplet: ED, EF and 13. RGB value is (237,239,19). Sum of RGB (Red+Green+Blue) = 237+239+19=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 19 (7.81% from 255 or 3.84% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF13 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEF13 is #1210EC. Grayscale: #D6D6D6. Windows color (decimal): -1183981 or 1306605. OLE color: 1306605.

HSL color Cylindrical-coordinate representation of color #EDEF13: hue angle of 60.55º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EDEF13 is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 19 -
CMYK 0.01 0 0.92 0.06
HSL 60.55º 0.87% 0.51% -
HSV(B) 60.55º 0.92% 0.94% -
XYZ 65.91 79.78 12.54 -
YUV 213.32 18.34 144.89 -
System Red Green Blue C M Y K H S L
Decimal 237 239 19 0.01 0 0.92 0.06 60.55 0.87 0.51
Hex ED EF 13 1 0 5C 6 3D 57 33
Octal 355 357 23 1 0 134 6 75 127 63
Binary 11101101 11101111 10011 1 0 1011100 110 111101 1010111 110011

Color Harmonies of #EDEF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF13

Black with #EDEF13

Text Example


Text Example

White with #EDEF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF13; }

 p { color: rgb(237,239,19); }

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

background-color css

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

 a { background-color: rgb(237,239,19); }

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

border-color css

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

 span { border-color: rgb(237,239,19); }

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