Html Css Color HEX #EBDC18 Broom

📋 copy color: '#EBDC18'

red 235 ◦ green 220 ◦ blue 24

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

Shades of Broom #EBDC18

Tints of Broom #EBDC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.01%

R = 49.06%
G = 45.93%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EBDC18 (or 0xEBDC18) is known color: Broom. HEX triplet: EB, DC and 18. RGB value is (235,220,24). Sum of RGB (Red+Green+Blue) = 235+220+24=479 (63% of max value = 765). Red value is 235 (92.19% from 255 or 49.06% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC18 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDC18 is #1423E7. Grayscale: #CACACA. Windows color (decimal): -1319912 or 1629419. OLE color: 1629419.

HSL color Cylindrical-coordinate representation of color #EBDC18: hue angle of 55.73º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EBDC18 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 220 24 -
CMYK 0 0.06 0.90 0.08
HSL 55.73º 0.84% 0.51% -
HSV(B) 55.73º 0.9% 0.92% -
XYZ 60.02 68.91 11 -
YUV 202.14 27.47 151.44 -
System Red Green Blue C M Y K H S L
Decimal 235 220 24 0 0.06 0.90 0.08 55.73 0.84 0.51
Hex EB DC 18 0 6 5A 8 38 54 33
Octal 353 334 30 0 6 132 10 70 124 63
Binary 11101011 11011100 11000 0 110 1011010 1000 111000 1010100 110011

Color Harmonies of #EBDC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC18

Black with #EBDC18

Text Example


Text Example

White with #EBDC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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