Html Css Color HEX #EAE00D Lemon

📋 copy color: '#EAE00D'

red 234 ◦ green 224 ◦ blue 13

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

Shades of Lemon #EAE00D

Tints of Lemon #EAE00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.76%

R = 49.68%
G = 47.56%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE00D (or 0xEAE00D) is known color: Lemon. HEX triplet: EA, E0 and 0D. RGB value is (234,224,13). Sum of RGB (Red+Green+Blue) = 234+224+13=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 13 (5.47% from 255 or 2.76% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EAE00D is #151FF2. Grayscale: #CBCBCB. Windows color (decimal): -1384435 or 909546. OLE color: 909546.

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

Color convert

RGB 234 224 13 -
CMYK 0 0.04 0.94 0.08
HSL 57.29º 0.89% 0.48% -
HSV(B) 57.29º 0.94% 0.92% -
XYZ 60.66 70.83 10.86 -
YUV 202.94 20.81 150.16 -
System Red Green Blue C M Y K H S L
Decimal 234 224 13 0 0.04 0.94 0.08 57.29 0.89 0.48
Hex EA E0 D 0 4 5E 8 39 59 30
Octal 352 340 15 0 4 136 10 71 131 60
Binary 11101010 11100000 1101 0 100 1011110 1000 111001 1011001 110000

Color Harmonies of #EAE00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE00D

Black with #EAE00D

Text Example


Text Example

White with #EAE00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE00D; }

 p { color: rgb(234,224,13); }

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

background-color css

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

 a { background-color: rgb(234,224,13); }

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

border-color css

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

 span { border-color: rgb(234,224,13); }

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