Html Css Color HEX #EDD129 Broom

📋 copy color: '#EDD129'

red 237 ◦ green 209 ◦ blue 41

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

Shades of Broom #EDD129

Tints of Broom #EDD129

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.92%

 BLUE value IS 41 (16.41% from 255) = 8.42%

R = 48.67%
G = 42.92%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDD129 (or 0xEDD129) is known color: Broom. HEX triplet: ED, D1 and 29. RGB value is (237,209,41). Sum of RGB (Red+Green+Blue) = 237+209+41=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 41 (16.41% from 255 or 8.42% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD129 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD129 is #122ED6. Grayscale: #C6C6C6. Windows color (decimal): -1191639 or 2740717. OLE color: 2740717.

HSL color Cylindrical-coordinate representation of color #EDD129: hue angle of 51.43º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EDD129 is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 209 41 -
CMYK 0 0.12 0.83 0.07
HSL 51.43º 0.84% 0.55% -
HSV(B) 51.43º 0.83% 0.93% -
XYZ 58.13 63.77 11.34 -
YUV 198.22 39.28 155.66 -
System Red Green Blue C M Y K H S L
Decimal 237 209 41 0 0.12 0.83 0.07 51.43 0.84 0.55
Hex ED D1 29 0 C 53 7 33 54 37
Octal 355 321 51 0 14 123 7 63 124 67
Binary 11101101 11010001 101001 0 1100 1010011 111 110011 1010100 110111

Color Harmonies of #EDD129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD129

Black with #EDD129

Text Example


Text Example

White with #EDD129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD129; }

 p { color: rgb(237,209,41); }

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

background-color css

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

 a { background-color: rgb(237,209,41); }

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

border-color css

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

 span { border-color: rgb(237,209,41); }

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