Html Css Color HEX #EADF0F Lemon

📋 copy color: '#EADF0F'

red 234 ◦ green 223 ◦ blue 15

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

Shades of Lemon #EADF0F

Tints of Lemon #EADF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.18%

R = 49.58%
G = 47.25%
B = 3.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EADF0F (or 0xEADF0F) is known color: Lemon. HEX triplet: EA, DF and 0F. RGB value is (234,223,15). Sum of RGB (Red+Green+Blue) = 234+223+15=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 15 (6.25% from 255 or 3.18% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EADF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADF0F is #1520F0. Grayscale: #CBCBCB. Windows color (decimal): -1384689 or 1040362. OLE color: 1040362.

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

Color convert

RGB 234 223 15 -
CMYK 0 0.05 0.94 0.08
HSL 56.99º 0.88% 0.49% -
HSV(B) 56.99º 0.94% 0.92% -
XYZ 60.41 70.3 10.84 -
YUV 202.58 22.14 150.41 -
System Red Green Blue C M Y K H S L
Decimal 234 223 15 0 0.05 0.94 0.08 56.99 0.88 0.49
Hex EA DF F 0 5 5E 8 39 58 31
Octal 352 337 17 0 5 136 10 71 130 61
Binary 11101010 11011111 1111 0 101 1011110 1000 111001 1011000 110001

Color Harmonies of #EADF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADF0F

Black with #EADF0F

Text Example


Text Example

White with #EADF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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