Html Css Color HEX #EAEE1D Lemon

📋 copy color: '#EAEE1D'

red 234 ◦ green 238 ◦ blue 29

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

Shades of Lemon #EAEE1D

Tints of Lemon #EAEE1D

RGB

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

 GREEN value IS 238 (93.36% from 255) = 47.5%

 BLUE value IS 29 (11.72% from 255) = 5.79%

R = 46.71%
G = 47.5%
B = 5.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EAEE1D (or 0xEAEE1D) is known color: Lemon. HEX triplet: EA, EE and 1D. RGB value is (234,238,29). Sum of RGB (Red+Green+Blue) = 234+238+29=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 29 (11.72% from 255 or 5.79% from 501); Max value from RGB is 238 - color contains mainly: green. Hex color #EAEE1D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEE1D is #1511E2. Grayscale: #D5D5D5. Windows color (decimal): -1380835 or 1961706. OLE color: 1961706.

HSL color Cylindrical-coordinate representation of color #EAEE1D: hue angle of 61.15º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAEE1D is Cyan = 0.02, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 234 238 29 -
CMYK 0.02 0 0.88 0.07
HSL 61.15º 0.86% 0.52% -
HSV(B) 61.15º 0.88% 0.93% -
XYZ 64.73 78.73 12.95 -
YUV 212.98 24.17 142.99 -
System Red Green Blue C M Y K H S L
Decimal 234 238 29 0.02 0 0.88 0.07 61.15 0.86 0.52
Hex EA EE 1D 2 0 58 7 3D 56 34
Octal 352 356 35 2 0 130 7 75 126 64
Binary 11101010 11101110 11101 10 0 1011000 111 111101 1010110 110100

Color Harmonies of #EAEE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEE1D

Black with #EAEE1D

Text Example


Text Example

White with #EAEE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEE1D; }

 p { color: rgb(234,238,29); }

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

background-color css

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

 a { background-color: rgb(234,238,29); }

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

border-color css

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

 span { border-color: rgb(234,238,29); }

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