Html Css Color HEX #EEEC0C Lemon

📋 copy color: '#EEEC0C'

red 238 ◦ green 236 ◦ blue 12

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

Shades of Lemon #EEEC0C

Tints of Lemon #EEEC0C

RGB

 RED value IS 238 (93.36% from 255) = 48.97%

 GREEN value IS 236 (92.58% from 255) = 48.56%

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

R = 48.97%
G = 48.56%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEEC0C (or 0xEEEC0C) is known color: Lemon. HEX triplet: EE, EC and 0C. RGB value is (238,236,12). Sum of RGB (Red+Green+Blue) = 238+236+12=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 12 (5.08% from 255 or 2.47% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEC0C is #1113F3. Grayscale: #D3D3D3. Windows color (decimal): -1119220 or 847086. OLE color: 847086.

HSL color Cylindrical-coordinate representation of color #EEEC0C: hue angle of 59.47º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EEEC0C is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 236 12 -
CMYK 0 0.01 0.95 0.07
HSL 59.47º 0.9% 0.49% -
HSV(B) 59.47º 0.95% 0.93% -
XYZ 65.32 78.19 12 -
YUV 211.06 15.66 147.21 -
System Red Green Blue C M Y K H S L
Decimal 238 236 12 0 0.01 0.95 0.07 59.47 0.9 0.49
Hex EE EC C 0 1 5F 7 3B 5A 31
Octal 356 354 14 0 1 137 7 73 132 61
Binary 11101110 11101100 1100 0 1 1011111 111 111011 1011010 110001

Color Harmonies of #EEEC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEC0C

Black with #EEEC0C

Text Example


Text Example

White with #EEEC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEC0C; }

 p { color: rgb(238,236,12); }

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

background-color css

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

 a { background-color: rgb(238,236,12); }

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

border-color css

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

 span { border-color: rgb(238,236,12); }

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