Html Css Color HEX #E6DD0B Lemon

📋 copy color: '#E6DD0B'

red 230 ◦ green 221 ◦ blue 11

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

Shades of Lemon #E6DD0B

Tints of Lemon #E6DD0B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.84%

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

R = 49.78%
G = 47.84%
B = 2.38%

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

#E6DD0B (or 0xE6DD0B) is known color: Lemon. HEX triplet: E6, DD and 0B. RGB value is (230,221,11). Sum of RGB (Red+Green+Blue) = 230+221+11=462 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.78% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 11 (4.69% from 255 or 2.38% from 462); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DD0B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DD0B is #1922F4. Grayscale: #C8C8C8. Windows color (decimal): -1647349 or 777702. OLE color: 777702.

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

Color convert

RGB 230 221 11 -
CMYK 0 0.04 0.95 0.10
HSL 57.53º 0.91% 0.47% -
HSV(B) 57.53º 0.95% 0.9% -
XYZ 58.55 68.56 10.46 -
YUV 199.75 21.48 149.58 -
System Red Green Blue C M Y K H S L
Decimal 230 221 11 0 0.04 0.95 0.10 57.53 0.91 0.47
Hex E6 DD B 0 4 5F A 3A 5B 2F
Octal 346 335 13 0 4 137 12 72 133 57
Binary 11100110 11011101 1011 0 100 1011111 1010 111010 1011011 101111

Color Harmonies of #E6DD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DD0B

Black with #E6DD0B

Text Example


Text Example

White with #E6DD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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