Html Css Color HEX #E6DA0E Lemon

📋 copy color: '#E6DA0E'

red 230 ◦ green 218 ◦ blue 14

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

Shades of Lemon #E6DA0E

Tints of Lemon #E6DA0E

RGB

 RED value IS 230 (90.23% from 255) = 49.78%

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

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 49.78%
G = 47.19%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E6DA0E (or 0xE6DA0E) is known color: Lemon. HEX triplet: E6, DA and 0E. RGB value is (230,218,14). Sum of RGB (Red+Green+Blue) = 230+218+14=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 218 (85.55% from 255 or 47.19% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA0E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DA0E is #1925F1. Grayscale: #C7C7C7. Windows color (decimal): -1648114 or 973542. OLE color: 973542.

HSL color Cylindrical-coordinate representation of color #E6DA0E: hue angle of 56.67º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6DA0E is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 14 -
CMYK 0 0.05 0.94 0.10
HSL 56.67º 0.89% 0.48% -
HSV(B) 56.67º 0.94% 0.9% -
XYZ 57.78 67 10.3 -
YUV 198.33 23.98 150.59 -
System Red Green Blue C M Y K H S L
Decimal 230 218 14 0 0.05 0.94 0.10 56.67 0.89 0.48
Hex E6 DA E 0 5 5E A 39 59 30
Octal 346 332 16 0 5 136 12 71 131 60
Binary 11100110 11011010 1110 0 101 1011110 1010 111001 1011001 110000

Color Harmonies of #E6DA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA0E

Black with #E6DA0E

Text Example


Text Example

White with #E6DA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA0E; }

 p { color: rgb(230,218,14); }

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

background-color css

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

 a { background-color: rgb(230,218,14); }

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

border-color css

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

 span { border-color: rgb(230,218,14); }

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