Html Css Color HEX #EBDB0F Lemon

📋 copy color: '#EBDB0F'

red 235 ◦ green 219 ◦ blue 15

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

Shades of Lemon #EBDB0F

Tints of Lemon #EBDB0F

RGB

 RED value IS 235 (92.19% from 255) = 50.11%

 GREEN value IS 219 (85.94% from 255) = 46.7%

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

R = 50.11%
G = 46.7%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EBDB0F (or 0xEBDB0F) is known color: Lemon. HEX triplet: EB, DB and 0F. RGB value is (235,219,15). Sum of RGB (Red+Green+Blue) = 235+219+15=469 (62% of max value = 765). Red value is 235 (92.19% from 255 or 50.11% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 15 (6.25% from 255 or 3.20% from 469); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDB0F is #1424F0. Grayscale: #C9C9C9. Windows color (decimal): -1320177 or 1039339. OLE color: 1039339.

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

Color convert

RGB 235 219 15 -
CMYK 0 0.07 0.94 0.08
HSL 55.64º 0.88% 0.49% -
HSV(B) 55.64º 0.94% 0.92% -
XYZ 59.68 68.36 10.5 -
YUV 200.53 23.3 152.59 -
System Red Green Blue C M Y K H S L
Decimal 235 219 15 0 0.07 0.94 0.08 55.64 0.88 0.49
Hex EB DB F 0 7 5E 8 38 58 31
Octal 353 333 17 0 7 136 10 70 130 61
Binary 11101011 11011011 1111 0 111 1011110 1000 111000 1011000 110001

Color Harmonies of #EBDB0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB0F

Black with #EBDB0F

Text Example


Text Example

White with #EBDB0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB0F; }

 p { color: rgb(235,219,15); }

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

background-color css

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

 a { background-color: rgb(235,219,15); }

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

border-color css

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

 span { border-color: rgb(235,219,15); }

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