Html Css Color HEX #EDEB1C Lemon

📋 copy color: '#EDEB1C'

red 237 ◦ green 235 ◦ blue 28

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

Shades of Lemon #EDEB1C

Tints of Lemon #EDEB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.6%

R = 47.4%
G = 47%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDEB1C (or 0xEDEB1C) is known color: Lemon. HEX triplet: ED, EB and 1C. RGB value is (237,235,28). Sum of RGB (Red+Green+Blue) = 237+235+28=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 235 (92.19% from 255 or 47% from 500); Blue value is 28 (11.33% from 255 or 5.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB1C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDEB1C is #1214E3. Grayscale: #D4D4D4. Windows color (decimal): -1184996 or 1895405. OLE color: 1895405.

HSL color Cylindrical-coordinate representation of color #EDEB1C: hue angle of 59.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDEB1C is Cyan = 0, Magento = 0.01, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 235 28 -
CMYK 0 0.01 0.88 0.07
HSL 59.43º 0.85% 0.52% -
HSV(B) 59.43º 0.88% 0.93% -
XYZ 64.84 77.51 12.64 -
YUV 212 24.16 145.83 -
System Red Green Blue C M Y K H S L
Decimal 237 235 28 0 0.01 0.88 0.07 59.43 0.85 0.52
Hex ED EB 1C 0 1 58 7 3B 55 34
Octal 355 353 34 0 1 130 7 73 125 64
Binary 11101101 11101011 11100 0 1 1011000 111 111011 1010101 110100

Color Harmonies of #EDEB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB1C

Black with #EDEB1C

Text Example


Text Example

White with #EDEB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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