Html Css Color HEX #E6DC0B Lemon

📋 copy color: '#E6DC0B'

red 230 ◦ green 220 ◦ blue 11

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

Shades of Lemon #E6DC0B

Tints of Lemon #E6DC0B

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

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

R = 49.89%
G = 47.72%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6DC0B (or 0xE6DC0B) is known color: Lemon. HEX triplet: E6, DC and 0B. RGB value is (230,220,11). Sum of RGB (Red+Green+Blue) = 230+220+11=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DC0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DC0B is #1923F4. Grayscale: #C8C8C8. Windows color (decimal): -1647605 or 777446. OLE color: 777446.

HSL color Cylindrical-coordinate representation of color #E6DC0B: hue angle of 57.26º 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 #E6DC0B is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 220 11 -
CMYK 0 0.04 0.95 0.10
HSL 57.26º 0.91% 0.47% -
HSV(B) 57.26º 0.95% 0.9% -
XYZ 58.29 68.03 10.38 -
YUV 199.16 21.81 149.99 -
System Red Green Blue C M Y K H S L
Decimal 230 220 11 0 0.04 0.95 0.10 57.26 0.91 0.47
Hex E6 DC B 0 4 5F A 39 5B 2F
Octal 346 334 13 0 4 137 12 71 133 57
Binary 11100110 11011100 1011 0 100 1011111 1010 111001 1011011 101111

Color Harmonies of #E6DC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DC0B

Black with #E6DC0B

Text Example


Text Example

White with #E6DC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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