Html Css Color HEX #E7DC0D Lemon

📋 copy color: '#E7DC0D'

red 231 ◦ green 220 ◦ blue 13

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

Shades of Lemon #E7DC0D

Tints of Lemon #E7DC0D

RGB

 RED value IS 231 (90.63% from 255) = 49.78%

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

 BLUE value IS 13 (5.47% from 255) = 2.8%

R = 49.78%
G = 47.41%
B = 2.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7DC0D (or 0xE7DC0D) is known color: Lemon. HEX triplet: E7, DC and 0D. RGB value is (231,220,13). Sum of RGB (Red+Green+Blue) = 231+220+13=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 13 (5.47% from 255 or 2.80% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7DC0D is #1823F2. Grayscale: #C8C8C8. Windows color (decimal): -1582067 or 908519. OLE color: 908519.

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

Color convert

RGB 231 220 13 -
CMYK 0 0.05 0.94 0.09
HSL 56.97º 0.89% 0.48% -
HSV(B) 56.97º 0.94% 0.91% -
XYZ 58.62 68.2 10.46 -
YUV 199.69 22.64 150.33 -
System Red Green Blue C M Y K H S L
Decimal 231 220 13 0 0.05 0.94 0.09 56.97 0.89 0.48
Hex E7 DC D 0 5 5E 9 39 59 30
Octal 347 334 15 0 5 136 11 71 131 60
Binary 11100111 11011100 1101 0 101 1011110 1001 111001 1011001 110000

Color Harmonies of #E7DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DC0D

Black with #E7DC0D

Text Example


Text Example

White with #E7DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DC0D; }

 p { color: rgb(231,220,13); }

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

background-color css

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

 a { background-color: rgb(231,220,13); }

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

border-color css

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

 span { border-color: rgb(231,220,13); }

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