Html Css Color HEX #EADE0C Lemon

📋 copy color: '#EADE0C'

red 234 ◦ green 222 ◦ blue 12

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

Shades of Lemon #EADE0C

Tints of Lemon #EADE0C

RGB

 RED value IS 234 (91.8% from 255) = 50%

 GREEN value IS 222 (87.11% from 255) = 47.44%

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

R = 50%
G = 47.44%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EADE0C (or 0xEADE0C) is known color: Lemon. HEX triplet: EA, DE and 0C. RGB value is (234,222,12). Sum of RGB (Red+Green+Blue) = 234+222+12=468 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 12 (5.08% from 255 or 2.56% from 468); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE0C is #1521F3. Grayscale: #CACACA. Windows color (decimal): -1384948 or 843498. OLE color: 843498.

HSL color Cylindrical-coordinate representation of color #EADE0C: hue angle of 56.76º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EADE0C is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 222 12 -
CMYK 0 0.05 0.95 0.08
HSL 56.76º 0.9% 0.48% -
HSV(B) 56.76º 0.95% 0.92% -
XYZ 60.12 69.76 10.64 -
YUV 201.65 20.98 151.08 -
System Red Green Blue C M Y K H S L
Decimal 234 222 12 0 0.05 0.95 0.08 56.76 0.9 0.48
Hex EA DE C 0 5 5F 8 39 5A 30
Octal 352 336 14 0 5 137 10 71 132 60
Binary 11101010 11011110 1100 0 101 1011111 1000 111001 1011010 110000

Color Harmonies of #EADE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE0C

Black with #EADE0C

Text Example


Text Example

White with #EADE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE0C; }

 p { color: rgb(234,222,12); }

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

background-color css

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

 a { background-color: rgb(234,222,12); }

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

border-color css

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

 span { border-color: rgb(234,222,12); }

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