Html Css Color HEX #EEEA0D Lemon

📋 copy color: '#EEEA0D'

red 238 ◦ green 234 ◦ blue 13

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

Shades of Lemon #EEEA0D

Tints of Lemon #EEEA0D

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.25%

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

R = 49.07%
G = 48.25%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EEEA0D (or 0xEEEA0D) is known color: Lemon. HEX triplet: EE, EA and 0D. RGB value is (238,234,13). Sum of RGB (Red+Green+Blue) = 238+234+13=485 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.07% from 485); Green value is 234 (91.80% from 255 or 48.25% from 485); Blue value is 13 (5.47% from 255 or 2.68% from 485); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEA0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EEEA0D is #1115F2. Grayscale: #D2D2D2. Windows color (decimal): -1119731 or 912110. OLE color: 912110.

HSL color Cylindrical-coordinate representation of color #EEEA0D: hue angle of 58.93º 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 #EEEA0D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 234 13 -
CMYK 0 0.02 0.95 0.07
HSL 58.93º 0.9% 0.49% -
HSV(B) 58.93º 0.95% 0.93% -
XYZ 64.76 77.05 11.84 -
YUV 210 16.83 147.97 -
System Red Green Blue C M Y K H S L
Decimal 238 234 13 0 0.02 0.95 0.07 58.93 0.9 0.49
Hex EE EA D 0 2 5F 7 3B 5A 31
Octal 356 352 15 0 2 137 7 73 132 61
Binary 11101110 11101010 1101 0 10 1011111 111 111011 1011010 110001

Color Harmonies of #EEEA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEA0D

Black with #EEEA0D

Text Example


Text Example

White with #EEEA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEA0D; }

 p { color: rgb(238,234,13); }

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

background-color css

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

 a { background-color: rgb(238,234,13); }

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

border-color css

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

 span { border-color: rgb(238,234,13); }

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