Html Css Color HEX #EBDA16 Broom

📋 copy color: '#EBDA16'

red 235 ◦ green 218 ◦ blue 22

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

Shades of Broom #EBDA16

Tints of Broom #EBDA16

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.89%

 BLUE value IS 22 (8.98% from 255) = 4.63%

R = 49.47%
G = 45.89%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBDA16 (or 0xEBDA16) is known color: Broom. HEX triplet: EB, DA and 16. RGB value is (235,218,22). Sum of RGB (Red+Green+Blue) = 235+218+22=475 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.47% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA16 is #1425E9. Grayscale: #C9C9C9. Windows color (decimal): -1320426 or 1497835. OLE color: 1497835.

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

Color convert

RGB 235 218 22 -
CMYK 0 0.07 0.91 0.08
HSL 55.21º 0.84% 0.5% -
HSV(B) 55.21º 0.91% 0.92% -
XYZ 59.48 67.86 10.72 -
YUV 200.74 27.13 152.44 -
System Red Green Blue C M Y K H S L
Decimal 235 218 22 0 0.07 0.91 0.08 55.21 0.84 0.5
Hex EB DA 16 0 7 5B 8 37 54 32
Octal 353 332 26 0 7 133 10 67 124 62
Binary 11101011 11011010 10110 0 111 1011011 1000 110111 1010100 110010

Color Harmonies of #EBDA16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA16

Black with #EBDA16

Text Example


Text Example

White with #EBDA16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA16; }

 p { color: rgb(235,218,22); }

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

background-color css

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

 a { background-color: rgb(235,218,22); }

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

border-color css

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

 span { border-color: rgb(235,218,22); }

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