Html Css Color HEX #EBDC1A Broom

📋 copy color: '#EBDC1A'

red 235 ◦ green 220 ◦ blue 26

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

Shades of Broom #EBDC1A

Tints of Broom #EBDC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.41%

R = 48.86%
G = 45.74%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EBDC1A (or 0xEBDC1A) is known color: Broom. HEX triplet: EB, DC and 1A. RGB value is (235,220,26). Sum of RGB (Red+Green+Blue) = 235+220+26=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 26 (10.55% from 255 or 5.41% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC1A is #1423E5. Grayscale: #CBCBCB. Windows color (decimal): -1319910 or 1760491. OLE color: 1760491.

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

Color convert

RGB 235 220 26 -
CMYK 0 0.06 0.89 0.08
HSL 55.69º 0.84% 0.51% -
HSV(B) 55.69º 0.89% 0.92% -
XYZ 60.04 68.92 11.12 -
YUV 202.37 28.47 151.27 -
System Red Green Blue C M Y K H S L
Decimal 235 220 26 0 0.06 0.89 0.08 55.69 0.84 0.51
Hex EB DC 1A 0 6 59 8 38 54 33
Octal 353 334 32 0 6 131 10 70 124 63
Binary 11101011 11011100 11010 0 110 1011001 1000 111000 1010100 110011

Color Harmonies of #EBDC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC1A

Black with #EBDC1A

Text Example


Text Example

White with #EBDC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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