Html Css Color HEX #E6DA0B Lemon

📋 copy color: '#E6DA0B'

red 230 ◦ green 218 ◦ blue 11

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

Shades of Lemon #E6DA0B

Tints of Lemon #E6DA0B

RGB

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

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

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

R = 50.11%
G = 47.49%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6DA0B (or 0xE6DA0B) is known color: Lemon. HEX triplet: E6, DA and 0B. RGB value is (230,218,11). Sum of RGB (Red+Green+Blue) = 230+218+11=459 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.11% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 11 (4.69% from 255 or 2.40% from 459); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DA0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DA0B is #1925F4. Grayscale: #C6C6C6. Windows color (decimal): -1648117 or 776934. OLE color: 776934.

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

Color convert

RGB 230 218 11 -
CMYK 0 0.05 0.95 0.10
HSL 56.71º 0.91% 0.47% -
HSV(B) 56.71º 0.95% 0.9% -
XYZ 57.76 66.99 10.2 -
YUV 197.99 22.48 150.83 -
System Red Green Blue C M Y K H S L
Decimal 230 218 11 0 0.05 0.95 0.10 56.71 0.91 0.47
Hex E6 DA B 0 5 5F A 39 5B 2F
Octal 346 332 13 0 5 137 12 71 133 57
Binary 11100110 11011010 1011 0 101 1011111 1010 111001 1011011 101111

Color Harmonies of #E6DA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DA0B

Black with #E6DA0B

Text Example


Text Example

White with #E6DA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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