Html Css Color HEX #EADE0F Lemon

📋 copy color: '#EADE0F'

red 234 ◦ green 222 ◦ blue 15

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

Shades of Lemon #EADE0F

Tints of Lemon #EADE0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.18%

R = 49.68%
G = 47.13%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EADE0F (or 0xEADE0F) is known color: Lemon. HEX triplet: EA, DE and 0F. RGB value is (234,222,15). Sum of RGB (Red+Green+Blue) = 234+222+15=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 222 (87.11% from 255 or 47.13% from 471); Blue value is 15 (6.25% from 255 or 3.18% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EADE0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADE0F is #1521F0. Grayscale: #CACACA. Windows color (decimal): -1384945 or 1040106. OLE color: 1040106.

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

Color convert

RGB 234 222 15 -
CMYK 0 0.05 0.94 0.08
HSL 56.71º 0.88% 0.49% -
HSV(B) 56.71º 0.94% 0.92% -
XYZ 60.14 69.77 10.75 -
YUV 201.99 22.48 150.83 -
System Red Green Blue C M Y K H S L
Decimal 234 222 15 0 0.05 0.94 0.08 56.71 0.88 0.49
Hex EA DE F 0 5 5E 8 39 58 31
Octal 352 336 17 0 5 136 10 71 130 61
Binary 11101010 11011110 1111 0 101 1011110 1000 111001 1011000 110001

Color Harmonies of #EADE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADE0F

Black with #EADE0F

Text Example


Text Example

White with #EADE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADE0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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