Html Css Color HEX #EDD914 Broom

📋 copy color: '#EDD914'

red 237 ◦ green 217 ◦ blue 20

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

Shades of Broom #EDD914

Tints of Broom #EDD914

RGB

 RED value IS 237 (92.97% from 255) = 50%

 GREEN value IS 217 (85.16% from 255) = 45.78%

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

R = 50%
G = 45.78%
B = 4.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EDD914 (or 0xEDD914) is known color: Broom. HEX triplet: ED, D9 and 14. RGB value is (237,217,20). Sum of RGB (Red+Green+Blue) = 237+217+20=474 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50% from 474); Green value is 217 (85.16% from 255 or 45.78% from 474); Blue value is 20 (8.20% from 255 or 4.22% from 474); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD914 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD914 is #1226EB. Grayscale: #C9C9C9. Windows color (decimal): -1189612 or 1366509. OLE color: 1366509.

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

Color convert

RGB 237 217 20 -
CMYK 0 0.08 0.92 0.07
HSL 54.47º 0.86% 0.5% -
HSV(B) 54.47º 0.92% 0.93% -
XYZ 59.86 67.68 10.57 -
YUV 200.52 26.13 154.02 -
System Red Green Blue C M Y K H S L
Decimal 237 217 20 0 0.08 0.92 0.07 54.47 0.86 0.5
Hex ED D9 14 0 8 5C 7 36 56 32
Octal 355 331 24 0 10 134 7 66 126 62
Binary 11101101 11011001 10100 0 1000 1011100 111 110110 1010110 110010

Color Harmonies of #EDD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD914

Black with #EDD914

Text Example


Text Example

White with #EDD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD914; }

 p { color: rgb(237,217,20); }

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

background-color css

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

 a { background-color: rgb(237,217,20); }

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

border-color css

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

 span { border-color: rgb(237,217,20); }

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