Html Css Color HEX #EAE70D Lemon

📋 copy color: '#EAE70D'

red 234 ◦ green 231 ◦ blue 13

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

Shades of Lemon #EAE70D

Tints of Lemon #EAE70D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.33%

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

R = 48.95%
G = 48.33%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE70D (or 0xEAE70D) is known color: Lemon. HEX triplet: EA, E7 and 0D. RGB value is (234,231,13). Sum of RGB (Red+Green+Blue) = 234+231+13=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE70D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE70D is #1518F2. Grayscale: #CFCFCF. Windows color (decimal): -1382643 or 911338. OLE color: 911338.

HSL color Cylindrical-coordinate representation of color #EAE70D: hue angle of 59.19º 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 #EAE70D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 231 13 -
CMYK 0 0.01 0.94 0.08
HSL 59.19º 0.89% 0.48% -
HSV(B) 59.19º 0.94% 0.92% -
XYZ 62.58 74.67 11.5 -
YUV 207.05 18.49 147.23 -
System Red Green Blue C M Y K H S L
Decimal 234 231 13 0 0.01 0.94 0.08 59.19 0.89 0.48
Hex EA E7 D 0 1 5E 8 3B 59 30
Octal 352 347 15 0 1 136 10 73 131 60
Binary 11101010 11100111 1101 0 1 1011110 1000 111011 1011001 110000

Color Harmonies of #EAE70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE70D

Black with #EAE70D

Text Example


Text Example

White with #EAE70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE70D; }

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

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

background-color css

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

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

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

border-color css

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

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

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