Html Css Color HEX #EEE10A Lemon

📋 copy color: '#EEE10A'

red 238 ◦ green 225 ◦ blue 10

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

Shades of Lemon #EEE10A

Tints of Lemon #EEE10A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 47.57%

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 50.32%
G = 47.57%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EEE10A (or 0xEEE10A) is known color: Lemon. HEX triplet: EE, E1 and 0A. RGB value is (238,225,10). Sum of RGB (Red+Green+Blue) = 238+225+10=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 10 (4.30% from 255 or 2.11% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE10A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EEE10A is #111EF5. Grayscale: #CDCDCD. Windows color (decimal): -1122038 or 713198. OLE color: 713198.

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

Color convert

RGB 238 225 10 -
CMYK 0 0.05 0.96 0.07
HSL 56.58º 0.92% 0.49% -
HSV(B) 56.58º 0.96% 0.93% -
XYZ 62.24 72.05 10.91 -
YUV 204.38 18.31 151.98 -
System Red Green Blue C M Y K H S L
Decimal 238 225 10 0 0.05 0.96 0.07 56.58 0.92 0.49
Hex EE E1 A 0 5 60 7 39 5C 31
Octal 356 341 12 0 5 140 7 71 134 61
Binary 11101110 11100001 1010 0 101 1100000 111 111001 1011100 110001

Color Harmonies of #EEE10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEE10A

Black with #EEE10A

Text Example


Text Example

White with #EEE10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEE10A; }

 p { color: rgb(238,225,10); }

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

background-color css

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

 a { background-color: rgb(238,225,10); }

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

border-color css

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

 span { border-color: rgb(238,225,10); }

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