Html Css Color HEX #EDEB0C Lemon

📋 copy color: '#EDEB0C'

red 237 ◦ green 235 ◦ blue 12

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

Shades of Lemon #EDEB0C

Tints of Lemon #EDEB0C

RGB

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

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

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

R = 48.97%
G = 48.55%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDEB0C (or 0xEDEB0C) is known color: Lemon. HEX triplet: ED, EB and 0C. RGB value is (237,235,12). Sum of RGB (Red+Green+Blue) = 237+235+12=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 235 (92.19% from 255 or 48.55% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EDEB0C is #1214F3. Grayscale: #D3D3D3. Windows color (decimal): -1185012 or 846829. OLE color: 846829.

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

Color convert

RGB 237 235 12 -
CMYK 0 0.01 0.95 0.07
HSL 59.47º 0.9% 0.49% -
HSV(B) 59.47º 0.95% 0.93% -
XYZ 64.7 77.45 11.89 -
YUV 210.18 16.16 147.13 -
System Red Green Blue C M Y K H S L
Decimal 237 235 12 0 0.01 0.95 0.07 59.47 0.9 0.49
Hex ED EB C 0 1 5F 7 3B 5A 31
Octal 355 353 14 0 1 137 7 73 132 61
Binary 11101101 11101011 1100 0 1 1011111 111 111011 1011010 110001

Color Harmonies of #EDEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEB0C

Black with #EDEB0C

Text Example


Text Example

White with #EDEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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