Html Css Color HEX #EDEC0C Lemon

📋 copy color: '#EDEC0C'

red 237 ◦ green 236 ◦ blue 12

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

Shades of Lemon #EDEC0C

Tints of Lemon #EDEC0C

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.66%

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

R = 48.87%
G = 48.66%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDEC0C (or 0xEDEC0C) is known color: Lemon. HEX triplet: ED, EC and 0C. RGB value is (237,236,12). Sum of RGB (Red+Green+Blue) = 237+236+12=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 12 (5.08% from 255 or 2.47% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEC0C is #1213F3. Grayscale: #D3D3D3. Windows color (decimal): -1184756 or 847085. OLE color: 847085.

HSL color Cylindrical-coordinate representation of color #EDEC0C: hue angle of 59.73º 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 #EDEC0C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 236 12 -
CMYK 0 0.00 0.95 0.07
HSL 59.73º 0.9% 0.49% -
HSV(B) 59.73º 0.95% 0.93% -
XYZ 64.99 78.02 11.98 -
YUV 210.76 15.83 146.71 -
System Red Green Blue C M Y K H S L
Decimal 237 236 12 0 0.00 0.95 0.07 59.73 0.9 0.49
Hex ED EC C 0 0 5F 7 3C 5A 31
Octal 355 354 14 0 0 137 7 74 132 61
Binary 11101101 11101100 1100 0 0 1011111 111 111100 1011010 110001

Color Harmonies of #EDEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEC0C

Black with #EDEC0C

Text Example


Text Example

White with #EDEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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