Html Css Color HEX #EFED02 Lemon

📋 copy color: '#EFED02'

red 239 ◦ green 237 ◦ blue 2

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

Shades of Lemon #EFED02

Tints of Lemon #EFED02

RGB

 RED value IS 239 (93.75% from 255) = 50%

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

 BLUE value IS 2 (1.17% from 255) = 0.42%

R = 50%
G = 49.58%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#EFED02 (or 0xEFED02) is known color: Lemon. HEX triplet: EF, ED and 02. RGB value is (239,237,2). Sum of RGB (Red+Green+Blue) = 239+237+2=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 237 (92.97% from 255 or 49.58% from 478); Blue value is 2 (1.17% from 255 or 0.42% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFED02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFED02 is #1012FD. Grayscale: #D3D3D3. Windows color (decimal): -1053438 or 191983. OLE color: 191983.

HSL color Cylindrical-coordinate representation of color #EFED02: hue angle of 59.49º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EFED02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 2 -
CMYK 0 0.01 0.99 0.06
HSL 59.49º 0.98% 0.47% -
HSV(B) 59.49º 0.99% 0.94% -
XYZ 65.89 78.92 11.82 -
YUV 210.81 10.16 148.11 -
System Red Green Blue C M Y K H S L
Decimal 239 237 2 0 0.01 0.99 0.06 59.49 0.98 0.47
Hex EF ED 2 0 1 63 6 3B 62 2F
Octal 357 355 2 0 1 143 6 73 142 57
Binary 11101111 11101101 10 0 1 1100011 110 111011 1100010 101111

Color Harmonies of #EFED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFED02

Black with #EFED02

Text Example


Text Example

White with #EFED02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFED02; }

 p { color: rgb(239,237,2); }

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

background-color css

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

 a { background-color: rgb(239,237,2); }

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

border-color css

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

 span { border-color: rgb(239,237,2); }

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