Html Css Color HEX #EDEF1B Lemon

📋 copy color: '#EDEF1B'

red 237 ◦ green 239 ◦ blue 27

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

Shades of Lemon #EDEF1B

Tints of Lemon #EDEF1B

RGB

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

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

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

R = 47.12%
G = 47.51%
B = 5.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#EDEF1B (or 0xEDEF1B) is known color: Lemon. HEX triplet: ED, EF and 1B. RGB value is (237,239,27). Sum of RGB (Red+Green+Blue) = 237+239+27=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 27 (10.94% from 255 or 5.37% from 503); Max value from RGB is 239 - color contains mainly: green. Hex color #EDEF1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEF1B is #1210E4. Grayscale: #D7D7D7. Windows color (decimal): -1183973 or 1830893. OLE color: 1830893.

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

Color convert

RGB 237 239 27 -
CMYK 0.01 0 0.89 0.06
HSL 60.57º 0.87% 0.52% -
HSV(B) 60.57º 0.89% 0.94% -
XYZ 65.99 79.82 12.97 -
YUV 214.23 22.34 144.24 -
System Red Green Blue C M Y K H S L
Decimal 237 239 27 0.01 0 0.89 0.06 60.57 0.87 0.52
Hex ED EF 1B 1 0 59 6 3D 57 34
Octal 355 357 33 1 0 131 6 75 127 64
Binary 11101101 11101111 11011 1 0 1011001 110 111101 1010111 110100

Color Harmonies of #EDEF1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEF1B

Black with #EDEF1B

Text Example


Text Example

White with #EDEF1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEF1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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