Html Css Color HEX #E6E80F Lemon

📋 copy color: '#E6E80F'

red 230 ◦ green 232 ◦ blue 15

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

Shades of Lemon #E6E80F

Tints of Lemon #E6E80F

RGB

 RED value IS 230 (90.23% from 255) = 48.22%

 GREEN value IS 232 (91.02% from 255) = 48.64%

 BLUE value IS 15 (6.25% from 255) = 3.14%

R = 48.22%
G = 48.64%
B = 3.14%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E6E80F (or 0xE6E80F) is known color: Lemon. HEX triplet: E6, E8 and 0F. RGB value is (230,232,15). Sum of RGB (Red+Green+Blue) = 230+232+15=477 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.22% from 477); Green value is 232 (91.02% from 255 or 48.64% from 477); Blue value is 15 (6.25% from 255 or 3.14% from 477); Max value from RGB is 232 - color contains mainly: green. Hex color #E6E80F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #E6E80F is #1917F0. Grayscale: #CFCFCF. Windows color (decimal): -1644529 or 1042662. OLE color: 1042662.

HSL color Cylindrical-coordinate representation of color #E6E80F: hue angle of 60.55º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6E80F is Cyan = 0.01, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 230 232 15 -
CMYK 0.01 0 0.94 0.09
HSL 60.55º 0.88% 0.48% -
HSV(B) 60.55º 0.94% 0.91% -
XYZ 61.58 74.57 11.6 -
YUV 206.66 19.84 144.64 -
System Red Green Blue C M Y K H S L
Decimal 230 232 15 0.01 0 0.94 0.09 60.55 0.88 0.48
Hex E6 E8 F 1 0 5E 9 3D 58 30
Octal 346 350 17 1 0 136 11 75 130 60
Binary 11100110 11101000 1111 1 0 1011110 1001 111101 1011000 110000

Color Harmonies of #E6E80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6E80F

Black with #E6E80F

Text Example


Text Example

White with #E6E80F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6E80F; }

 p { color: rgb(230,232,15); }

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

background-color css

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

 a { background-color: rgb(230,232,15); }

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

border-color css

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

 span { border-color: rgb(230,232,15); }

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