Html Css Color HEX #E4DF0C Lemon

📋 copy color: '#E4DF0C'

red 228 ◦ green 223 ◦ blue 12

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

Shades of Lemon #E4DF0C

Tints of Lemon #E4DF0C

RGB

 RED value IS 228 (89.45% from 255) = 49.24%

 GREEN value IS 223 (87.5% from 255) = 48.16%

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

R = 49.24%
G = 48.16%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4DF0C (or 0xE4DF0C) is known color: Lemon. HEX triplet: E4, DF and 0C. RGB value is (228,223,12). Sum of RGB (Red+Green+Blue) = 228+223+12=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 223 (87.5% from 255 or 48.16% from 463); Blue value is 12 (5.08% from 255 or 2.59% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E4DF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E4DF0C is #1B20F3. Grayscale: #C9C9C9. Windows color (decimal): -1777908 or 843748. OLE color: 843748.

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

Color convert

RGB 228 223 12 -
CMYK 0 0.02 0.95 0.11
HSL 58.61º 0.9% 0.47% -
HSV(B) 58.61º 0.95% 0.89% -
XYZ 58.45 69.3 10.64 -
YUV 200.44 21.66 147.66 -
System Red Green Blue C M Y K H S L
Decimal 228 223 12 0 0.02 0.95 0.11 58.61 0.9 0.47
Hex E4 DF C 0 2 5F B 3B 5A 2F
Octal 344 337 14 0 2 137 13 73 132 57
Binary 11100100 11011111 1100 0 10 1011111 1011 111011 1011010 101111

Color Harmonies of #E4DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4DF0C

Black with #E4DF0C

Text Example


Text Example

White with #E4DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4DF0C; }

 p { color: rgb(228,223,12); }

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

background-color css

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

 a { background-color: rgb(228,223,12); }

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

border-color css

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

 span { border-color: rgb(228,223,12); }

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