Html Css Color HEX #EBDB1D Broom

📋 copy color: '#EBDB1D'

red 235 ◦ green 219 ◦ blue 29

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

Shades of Broom #EBDB1D

Tints of Broom #EBDB1D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.34%

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

R = 48.65%
G = 45.34%
B = 6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EBDB1D (or 0xEBDB1D) is known color: Broom. HEX triplet: EB, DB and 1D. RGB value is (235,219,29). Sum of RGB (Red+Green+Blue) = 235+219+29=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 29 (11.72% from 255 or 6.00% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDB1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDB1D is #1424E2. Grayscale: #CACACA. Windows color (decimal): -1320163 or 1956843. OLE color: 1956843.

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

Color convert

RGB 235 219 29 -
CMYK 0 0.07 0.88 0.08
HSL 55.34º 0.84% 0.52% -
HSV(B) 55.34º 0.88% 0.92% -
XYZ 59.81 68.41 11.22 -
YUV 202.12 30.3 151.45 -
System Red Green Blue C M Y K H S L
Decimal 235 219 29 0 0.07 0.88 0.08 55.34 0.84 0.52
Hex EB DB 1D 0 7 58 8 37 54 34
Octal 353 333 35 0 7 130 10 67 124 64
Binary 11101011 11011011 11101 0 111 1011000 1000 110111 1010100 110100

Color Harmonies of #EBDB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDB1D

Black with #EBDB1D

Text Example


Text Example

White with #EBDB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDB1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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