Html Css Color HEX #EEED01 Lemon

📋 copy color: '#EEED01'

red 238 ◦ green 237 ◦ blue 1

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

Shades of Lemon #EEED01

Tints of Lemon #EEED01

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 50%
G = 49.79%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EEED01 (or 0xEEED01) is known color: Lemon. HEX triplet: EE, ED and 01. RGB value is (238,237,1). Sum of RGB (Red+Green+Blue) = 238+237+1=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EEED01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEED01 is #1112FE. Grayscale: #D3D3D3. Windows color (decimal): -1118975 or 126446. OLE color: 126446.

HSL color Cylindrical-coordinate representation of color #EEED01: hue angle of 59.75º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEED01 is Cyan = 0, Magento = 0.00, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 237 1 -
CMYK 0 0.00 1.00 0.07
HSL 59.75º 0.99% 0.47% -
HSV(B) 59.75º 1% 0.93% -
XYZ 65.55 78.75 11.77 -
YUV 210.4 9.83 147.69 -
System Red Green Blue C M Y K H S L
Decimal 238 237 1 0 0.00 1.00 0.07 59.75 0.99 0.47
Hex EE ED 1 0 0 64 7 3C 63 2F
Octal 356 355 1 0 0 144 7 74 143 57
Binary 11101110 11101101 1 0 0 1100100 111 111100 1100011 101111

Color Harmonies of #EEED01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEED01

Black with #EEED01

Text Example


Text Example

White with #EEED01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEED01; }

 p { color: rgb(238,237,1); }

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

background-color css

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

 a { background-color: rgb(238,237,1); }

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

border-color css

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

 span { border-color: rgb(238,237,1); }

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