Html Css Color HEX #EADA0C Lemon

📋 copy color: '#EADA0C'

red 234 ◦ green 218 ◦ blue 12

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

Shades of Lemon #EADA0C

Tints of Lemon #EADA0C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

 BLUE value IS 12 (5.08% from 255) = 2.59%

R = 50.43%
G = 46.98%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EADA0C (or 0xEADA0C) is known color: Lemon. HEX triplet: EA, DA and 0C. RGB value is (234,218,12). Sum of RGB (Red+Green+Blue) = 234+218+12=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 12 (5.08% from 255 or 2.59% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EADA0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EADA0C is #1525F3. Grayscale: #C8C8C8. Windows color (decimal): -1385972 or 842474. OLE color: 842474.

HSL color Cylindrical-coordinate representation of color #EADA0C: hue angle of 55.68º degrees, saturation: 0.9, 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 #EADA0C is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 218 12 -
CMYK 0 0.07 0.95 0.08
HSL 55.68º 0.9% 0.48% -
HSV(B) 55.68º 0.95% 0.92% -
XYZ 59.07 67.66 10.29 -
YUV 199.3 22.3 152.75 -
System Red Green Blue C M Y K H S L
Decimal 234 218 12 0 0.07 0.95 0.08 55.68 0.9 0.48
Hex EA DA C 0 7 5F 8 38 5A 30
Octal 352 332 14 0 7 137 10 70 132 60
Binary 11101010 11011010 1100 0 111 1011111 1000 111000 1011010 110000

Color Harmonies of #EADA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADA0C

Black with #EADA0C

Text Example


Text Example

White with #EADA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADA0C; }

 p { color: rgb(234,218,12); }

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

background-color css

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

 a { background-color: rgb(234,218,12); }

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

border-color css

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

 span { border-color: rgb(234,218,12); }

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