Html Css Color HEX #EDE705 Lemon

📋 copy color: '#EDE705'

red 237 ◦ green 231 ◦ blue 5

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

Shades of Lemon #EDE705

Tints of Lemon #EDE705

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.84%

 BLUE value IS 5 (2.34% from 255) = 1.06%

R = 50.11%
G = 48.84%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDE705 (or 0xEDE705) is known color: Lemon. HEX triplet: ED, E7 and 05. RGB value is (237,231,5). Sum of RGB (Red+Green+Blue) = 237+231+5=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 231 (90.62% from 255 or 48.84% from 473); Blue value is 5 (2.34% from 255 or 1.06% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE705 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE705 is #1218FA. Grayscale: #CFCFCF. Windows color (decimal): -1186043 or 387053. OLE color: 387053.

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

Color convert

RGB 237 231 5 -
CMYK 0 0.03 0.98 0.07
HSL 58.45º 0.96% 0.47% -
HSV(B) 58.45º 0.98% 0.93% -
XYZ 63.53 75.17 11.3 -
YUV 207.03 13.99 149.38 -
System Red Green Blue C M Y K H S L
Decimal 237 231 5 0 0.03 0.98 0.07 58.45 0.96 0.47
Hex ED E7 5 0 3 62 7 3A 60 2F
Octal 355 347 5 0 3 142 7 72 140 57
Binary 11101101 11100111 101 0 11 1100010 111 111010 1100000 101111

Color Harmonies of #EDE705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE705

Black with #EDE705

Text Example


Text Example

White with #EDE705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE705; }

 p { color: rgb(237,231,5); }

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

background-color css

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

 a { background-color: rgb(237,231,5); }

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

border-color css

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

 span { border-color: rgb(237,231,5); }

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