Html Css Color HEX #EFEB0D Lemon

📋 copy color: '#EFEB0D'

red 239 ◦ green 235 ◦ blue 13

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

Shades of Lemon #EFEB0D

Tints of Lemon #EFEB0D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.25%

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

R = 49.08%
G = 48.25%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFEB0D (or 0xEFEB0D) is known color: Lemon. HEX triplet: EF, EB and 0D. RGB value is (239,235,13). Sum of RGB (Red+Green+Blue) = 239+235+13=487 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.08% from 487); Green value is 235 (92.19% from 255 or 48.25% from 487); Blue value is 13 (5.47% from 255 or 2.67% from 487); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEB0D is #1014F2. Grayscale: #D3D3D3. Windows color (decimal): -1053939 or 912367. OLE color: 912367.

HSL color Cylindrical-coordinate representation of color #EFEB0D: hue angle of 58.94º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EFEB0D is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 235 13 -
CMYK 0 0.02 0.95 0.06
HSL 58.94º 0.9% 0.49% -
HSV(B) 58.94º 0.95% 0.94% -
XYZ 65.38 77.8 11.95 -
YUV 210.89 16.33 148.05 -
System Red Green Blue C M Y K H S L
Decimal 239 235 13 0 0.02 0.95 0.06 58.94 0.9 0.49
Hex EF EB D 0 2 5F 6 3B 5A 31
Octal 357 353 15 0 2 137 6 73 132 61
Binary 11101111 11101011 1101 0 10 1011111 110 111011 1011010 110001

Color Harmonies of #EFEB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB0D

Black with #EFEB0D

Text Example


Text Example

White with #EFEB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB0D; }

 p { color: rgb(239,235,13); }

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

background-color css

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

 a { background-color: rgb(239,235,13); }

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

border-color css

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

 span { border-color: rgb(239,235,13); }

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