Html Css Color HEX #EAE60D Lemon

📋 copy color: '#EAE60D'

red 234 ◦ green 230 ◦ blue 13

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

Shades of Lemon #EAE60D

Tints of Lemon #EAE60D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.22%

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

R = 49.06%
G = 48.22%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EAE60D (or 0xEAE60D) is known color: Lemon. HEX triplet: EA, E6 and 0D. RGB value is (234,230,13). Sum of RGB (Red+Green+Blue) = 234+230+13=477 (63% of max value = 765). Red value is 234 (91.80% from 255 or 49.06% from 477); Green value is 230 (90.23% from 255 or 48.22% from 477); Blue value is 13 (5.47% from 255 or 2.73% from 477); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EAE60D is #1519F2. Grayscale: #CFCFCF. Windows color (decimal): -1382899 or 911082. OLE color: 911082.

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

Color convert

RGB 234 230 13 -
CMYK 0 0.02 0.94 0.08
HSL 58.91º 0.89% 0.48% -
HSV(B) 58.91º 0.94% 0.92% -
XYZ 62.3 74.12 11.4 -
YUV 206.46 18.83 147.64 -
System Red Green Blue C M Y K H S L
Decimal 234 230 13 0 0.02 0.94 0.08 58.91 0.89 0.48
Hex EA E6 D 0 2 5E 8 3B 59 30
Octal 352 346 15 0 2 136 10 73 131 60
Binary 11101010 11100110 1101 0 10 1011110 1000 111011 1011001 110000

Color Harmonies of #EAE60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAE60D

Black with #EAE60D

Text Example


Text Example

White with #EAE60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAE60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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