Html Css Color HEX #EDE70C Lemon

📋 copy color: '#EDE70C'

red 237 ◦ green 231 ◦ blue 12

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

Shades of Lemon #EDE70C

Tints of Lemon #EDE70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.5%

R = 49.38%
G = 48.13%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE70C (or 0xEDE70C) is known color: Lemon. HEX triplet: ED, E7 and 0C. RGB value is (237,231,12). Sum of RGB (Red+Green+Blue) = 237+231+12=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 231 (90.62% from 255 or 48.12% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE70C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDE70C is #1218F3. Grayscale: #D0D0D0. Windows color (decimal): -1186036 or 845805. OLE color: 845805.

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

Color convert

RGB 237 231 12 -
CMYK 0 0.03 0.95 0.07
HSL 58.4º 0.9% 0.49% -
HSV(B) 58.4º 0.95% 0.93% -
XYZ 63.57 75.18 11.51 -
YUV 207.83 17.49 148.81 -
System Red Green Blue C M Y K H S L
Decimal 237 231 12 0 0.03 0.95 0.07 58.4 0.9 0.49
Hex ED E7 C 0 3 5F 7 3A 5A 31
Octal 355 347 14 0 3 137 7 72 132 61
Binary 11101101 11100111 1100 0 11 1011111 111 111010 1011010 110001

Color Harmonies of #EDE70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE70C

Black with #EDE70C

Text Example


Text Example

White with #EDE70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE70C; }

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

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

background-color css

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

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

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

border-color css

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

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

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