Html Css Color HEX #EDEB0A Lemon

📋 copy color: '#EDEB0A'

red 237 ◦ green 235 ◦ blue 10

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

Shades of Lemon #EDEB0A

Tints of Lemon #EDEB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.07%

R = 49.17%
G = 48.76%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDEB0A (or 0xEDEB0A) is known color: Lemon. HEX triplet: ED, EB and 0A. RGB value is (237,235,10). Sum of RGB (Red+Green+Blue) = 237+235+10=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 235 (92.19% from 255 or 48.76% from 482); Blue value is 10 (4.30% from 255 or 2.07% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB0A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEB0A is #1214F5. Grayscale: #D2D2D2. Windows color (decimal): -1185014 or 715757. OLE color: 715757.

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

Color convert

RGB 237 235 10 -
CMYK 0 0.01 0.96 0.07
HSL 59.47º 0.92% 0.48% -
HSV(B) 59.47º 0.96% 0.93% -
XYZ 64.69 77.44 11.83 -
YUV 209.95 15.16 147.3 -
System Red Green Blue C M Y K H S L
Decimal 237 235 10 0 0.01 0.96 0.07 59.47 0.92 0.48
Hex ED EB A 0 1 60 7 3B 5C 30
Octal 355 353 12 0 1 140 7 73 134 60
Binary 11101101 11101011 1010 0 1 1100000 111 111011 1011100 110000

Color Harmonies of #EDEB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB0A

Black with #EDEB0A

Text Example


Text Example

White with #EDEB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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