Html Css Color HEX #EADF12 Lemon

📋 copy color: '#EADF12'

red 234 ◦ green 223 ◦ blue 18

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

Shades of Lemon #EADF12

Tints of Lemon #EADF12

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.95%

 BLUE value IS 18 (7.42% from 255) = 3.79%

R = 49.26%
G = 46.95%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EADF12 (or 0xEADF12) is known color: Lemon. HEX triplet: EA, DF and 12. RGB value is (234,223,18). Sum of RGB (Red+Green+Blue) = 234+223+18=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 18 (7.42% from 255 or 3.79% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF12 is #1520ED. Grayscale: #CBCBCB. Windows color (decimal): -1384686 or 1236970. OLE color: 1236970.

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

Color convert

RGB 234 223 18 -
CMYK 0 0.05 0.92 0.08
HSL 56.94º 0.86% 0.49% -
HSV(B) 56.94º 0.92% 0.92% -
XYZ 60.43 70.31 10.96 -
YUV 202.92 23.64 150.17 -
System Red Green Blue C M Y K H S L
Decimal 234 223 18 0 0.05 0.92 0.08 56.94 0.86 0.49
Hex EA DF 12 0 5 5C 8 39 56 31
Octal 352 337 22 0 5 134 10 71 126 61
Binary 11101010 11011111 10010 0 101 1011100 1000 111001 1010110 110001

Color Harmonies of #EADF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF12

Black with #EADF12

Text Example


Text Example

White with #EADF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF12; }

 p { color: rgb(234,223,18); }

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

background-color css

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

 a { background-color: rgb(234,223,18); }

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

border-color css

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

 span { border-color: rgb(234,223,18); }

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