Html Css Color HEX #EBDA1C Broom

📋 copy color: '#EBDA1C'

red 235 ◦ green 218 ◦ blue 28

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

Shades of Broom #EBDA1C

Tints of Broom #EBDA1C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

 BLUE value IS 28 (11.33% from 255) = 5.82%

R = 48.86%
G = 45.32%
B = 5.82%

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

#EBDA1C (or 0xEBDA1C) is known color: Broom. HEX triplet: EB, DA and 1C. RGB value is (235,218,28). Sum of RGB (Red+Green+Blue) = 235+218+28=481 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.86% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBDA1C is #1425E3. Grayscale: #CACACA. Windows color (decimal): -1320420 or 1891051. OLE color: 1891051.

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

Color convert

RGB 235 218 28 -
CMYK 0 0.07 0.88 0.08
HSL 55.07º 0.84% 0.52% -
HSV(B) 55.07º 0.88% 0.92% -
XYZ 59.54 67.89 11.06 -
YUV 201.42 30.13 151.95 -
System Red Green Blue C M Y K H S L
Decimal 235 218 28 0 0.07 0.88 0.08 55.07 0.84 0.52
Hex EB DA 1C 0 7 58 8 37 54 34
Octal 353 332 34 0 7 130 10 67 124 64
Binary 11101011 11011010 11100 0 111 1011000 1000 110111 1010100 110100

Color Harmonies of #EBDA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA1C

Black with #EBDA1C

Text Example


Text Example

White with #EBDA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA1C; }

 p { color: rgb(235,218,28); }

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

background-color css

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

 a { background-color: rgb(235,218,28); }

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

border-color css

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

 span { border-color: rgb(235,218,28); }

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