Html Css Color HEX #E6DB0C Lemon

📋 copy color: '#E6DB0C'

red 230 ◦ green 219 ◦ blue 12

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

Shades of Lemon #E6DB0C

Tints of Lemon #E6DB0C

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.51%

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

R = 49.89%
G = 47.51%
B = 2.6%

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

#E6DB0C (or 0xE6DB0C) is known color: Lemon. HEX triplet: E6, DB and 0C. RGB value is (230,219,12). Sum of RGB (Red+Green+Blue) = 230+219+12=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 12 (5.08% from 255 or 2.60% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DB0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E6DB0C is #1924F3. Grayscale: #C7C7C7. Windows color (decimal): -1647860 or 842726. OLE color: 842726.

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

Color convert

RGB 230 219 12 -
CMYK 0 0.05 0.95 0.10
HSL 56.97º 0.9% 0.47% -
HSV(B) 56.97º 0.95% 0.9% -
XYZ 58.03 67.51 10.32 -
YUV 198.69 22.64 150.33 -
System Red Green Blue C M Y K H S L
Decimal 230 219 12 0 0.05 0.95 0.10 56.97 0.9 0.47
Hex E6 DB C 0 5 5F A 39 5A 2F
Octal 346 333 14 0 5 137 12 71 132 57
Binary 11100110 11011011 1100 0 101 1011111 1010 111001 1011010 101111

Color Harmonies of #E6DB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DB0C

Black with #E6DB0C

Text Example


Text Example

White with #E6DB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DB0C; }

 p { color: rgb(230,219,12); }

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

background-color css

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

 a { background-color: rgb(230,219,12); }

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

border-color css

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

 span { border-color: rgb(230,219,12); }

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