Html Css Color HEX #EBDC16 Broom

📋 copy color: '#EBDC16'

red 235 ◦ green 220 ◦ blue 22

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

Shades of Broom #EBDC16

Tints of Broom #EBDC16

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.12%

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

R = 49.27%
G = 46.12%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBDC16 (or 0xEBDC16) is known color: Broom. HEX triplet: EB, DC and 16. RGB value is (235,220,22). Sum of RGB (Red+Green+Blue) = 235+220+22=477 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.27% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 22 (8.98% from 255 or 4.61% from 477); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC16 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC16 is #1423E9. Grayscale: #CACACA. Windows color (decimal): -1319914 or 1498347. OLE color: 1498347.

HSL color Cylindrical-coordinate representation of color #EBDC16: hue angle of 55.77º 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 #EBDC16 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 22 -
CMYK 0 0.06 0.91 0.08
HSL 55.77º 0.84% 0.5% -
HSV(B) 55.77º 0.91% 0.92% -
XYZ 60 68.91 10.9 -
YUV 201.91 26.47 151.6 -
System Red Green Blue C M Y K H S L
Decimal 235 220 22 0 0.06 0.91 0.08 55.77 0.84 0.5
Hex EB DC 16 0 6 5B 8 38 54 32
Octal 353 334 26 0 6 133 10 70 124 62
Binary 11101011 11011100 10110 0 110 1011011 1000 111000 1010100 110010

Color Harmonies of #EBDC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC16

Black with #EBDC16

Text Example


Text Example

White with #EBDC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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