Html Css Color HEX #EADB0B Lemon

📋 copy color: '#EADB0B'

red 234 ◦ green 219 ◦ blue 11

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

Shades of Lemon #EADB0B

Tints of Lemon #EADB0B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.2%

 BLUE value IS 11 (4.69% from 255) = 2.37%

R = 50.43%
G = 47.2%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EADB0B (or 0xEADB0B) is known color: Lemon. HEX triplet: EA, DB and 0B. RGB value is (234,219,11). Sum of RGB (Red+Green+Blue) = 234+219+11=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 11 (4.69% from 255 or 2.37% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADB0B is #1524F4. Grayscale: #C8C8C8. Windows color (decimal): -1385717 or 777194. OLE color: 777194.

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

Color convert

RGB 234 219 11 -
CMYK 0 0.06 0.95 0.08
HSL 55.96º 0.91% 0.48% -
HSV(B) 55.96º 0.95% 0.92% -
XYZ 59.32 68.18 10.35 -
YUV 199.77 21.47 152.41 -
System Red Green Blue C M Y K H S L
Decimal 234 219 11 0 0.06 0.95 0.08 55.96 0.91 0.48
Hex EA DB B 0 6 5F 8 38 5B 30
Octal 352 333 13 0 6 137 10 70 133 60
Binary 11101010 11011011 1011 0 110 1011111 1000 111000 1011011 110000

Color Harmonies of #EADB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB0B

Black with #EADB0B

Text Example


Text Example

White with #EADB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB0B; }

 p { color: rgb(234,219,11); }

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

background-color css

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

 a { background-color: rgb(234,219,11); }

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

border-color css

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

 span { border-color: rgb(234,219,11); }

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