Html Css Color HEX #EBDA14 Broom

📋 copy color: '#EBDA14'

red 235 ◦ green 218 ◦ blue 20

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

Shades of Broom #EBDA14

Tints of Broom #EBDA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.23%

R = 49.68%
G = 46.09%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EBDA14 (or 0xEBDA14) is known color: Broom. HEX triplet: EB, DA and 14. RGB value is (235,218,20). Sum of RGB (Red+Green+Blue) = 235+218+20=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 218 (85.55% from 255 or 46.09% from 473); Blue value is 20 (8.20% from 255 or 4.23% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EBDA14 is #1425EB. Grayscale: #C9C9C9. Windows color (decimal): -1320428 or 1366763. OLE color: 1366763.

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

Color convert

RGB 235 218 20 -
CMYK 0 0.07 0.91 0.08
HSL 55.26º 0.84% 0.5% -
HSV(B) 55.26º 0.91% 0.92% -
XYZ 59.46 67.86 10.63 -
YUV 200.51 26.13 152.6 -
System Red Green Blue C M Y K H S L
Decimal 235 218 20 0 0.07 0.91 0.08 55.26 0.84 0.5
Hex EB DA 14 0 7 5B 8 37 54 32
Octal 353 332 24 0 7 133 10 67 124 62
Binary 11101011 11011010 10100 0 111 1011011 1000 110111 1010100 110010

Color Harmonies of #EBDA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBDA14

Black with #EBDA14

Text Example


Text Example

White with #EBDA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBDA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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