Html Css Color HEX #EBDC1D Broom

📋 copy color: '#EBDC1D'

red 235 ◦ green 220 ◦ blue 29

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

Shades of Broom #EBDC1D

Tints of Broom #EBDC1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.99%

R = 48.55%
G = 45.45%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBDC1D (or 0xEBDC1D) is known color: Broom. HEX triplet: EB, DC and 1D. RGB value is (235,220,29). Sum of RGB (Red+Green+Blue) = 235+220+29=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 29 (11.72% from 255 or 5.99% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDC1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDC1D is #1423E2. Grayscale: #CBCBCB. Windows color (decimal): -1319907 or 1957099. OLE color: 1957099.

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

Color convert

RGB 235 220 29 -
CMYK 0 0.06 0.88 0.08
HSL 55.63º 0.84% 0.52% -
HSV(B) 55.63º 0.88% 0.92% -
XYZ 60.08 68.94 11.3 -
YUV 202.71 29.97 151.03 -
System Red Green Blue C M Y K H S L
Decimal 235 220 29 0 0.06 0.88 0.08 55.63 0.84 0.52
Hex EB DC 1D 0 6 58 8 38 54 34
Octal 353 334 35 0 6 130 10 70 124 64
Binary 11101011 11011100 11101 0 110 1011000 1000 111000 1010100 110100

Color Harmonies of #EBDC1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDC1D

Black with #EBDC1D

Text Example


Text Example

White with #EBDC1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDC1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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