Html Css Color HEX #EDE00C Lemon

📋 copy color: '#EDE00C'

red 237 ◦ green 224 ◦ blue 12

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

Shades of Lemon #EDE00C

Tints of Lemon #EDE00C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.36%

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

R = 50.11%
G = 47.36%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDE00C (or 0xEDE00C) is known color: Lemon. HEX triplet: ED, E0 and 0C. RGB value is (237,224,12). Sum of RGB (Red+Green+Blue) = 237+224+12=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 224 (87.89% from 255 or 47.36% from 473); Blue value is 12 (5.08% from 255 or 2.54% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE00C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDE00C is #121FF3. Grayscale: #CCCCCC. Windows color (decimal): -1187828 or 844013. OLE color: 844013.

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

Color convert

RGB 237 224 12 -
CMYK 0 0.05 0.95 0.07
HSL 56.53º 0.9% 0.49% -
HSV(B) 56.53º 0.95% 0.93% -
XYZ 61.65 71.34 10.87 -
YUV 203.72 19.81 151.74 -
System Red Green Blue C M Y K H S L
Decimal 237 224 12 0 0.05 0.95 0.07 56.53 0.9 0.49
Hex ED E0 C 0 5 5F 7 39 5A 31
Octal 355 340 14 0 5 137 7 71 132 61
Binary 11101101 11100000 1100 0 101 1011111 111 111001 1011010 110001

Color Harmonies of #EDE00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE00C

Black with #EDE00C

Text Example


Text Example

White with #EDE00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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