Html Css Color HEX #EBDD1B Broom

📋 copy color: '#EBDD1B'

red 235 ◦ green 221 ◦ blue 27

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

Shades of Broom #EBDD1B

Tints of Broom #EBDD1B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.76%

 BLUE value IS 27 (10.94% from 255) = 5.59%

R = 48.65%
G = 45.76%
B = 5.59%

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

#EBDD1B (or 0xEBDD1B) is known color: Broom. HEX triplet: EB, DD and 1B. RGB value is (235,221,27). Sum of RGB (Red+Green+Blue) = 235+221+27=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 27 (10.94% from 255 or 5.59% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDD1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDD1B is #1422E4. Grayscale: #CBCBCB. Windows color (decimal): -1319653 or 1826283. OLE color: 1826283.

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

Color convert

RGB 235 221 27 -
CMYK 0 0.06 0.89 0.08
HSL 55.96º 0.84% 0.51% -
HSV(B) 55.96º 0.89% 0.92% -
XYZ 60.32 69.45 11.26 -
YUV 203.07 28.64 150.77 -
System Red Green Blue C M Y K H S L
Decimal 235 221 27 0 0.06 0.89 0.08 55.96 0.84 0.51
Hex EB DD 1B 0 6 59 8 38 54 33
Octal 353 335 33 0 6 131 10 70 124 63
Binary 11101011 11011101 11011 0 110 1011001 1000 111000 1010100 110011

Color Harmonies of #EBDD1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDD1B

Black with #EBDD1B

Text Example


Text Example

White with #EBDD1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDD1B; }

 p { color: rgb(235,221,27); }

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

background-color css

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

 a { background-color: rgb(235,221,27); }

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

border-color css

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

 span { border-color: rgb(235,221,27); }

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