Html Css Color HEX #EDD128 Broom

📋 copy color: '#EDD128'

red 237 ◦ green 209 ◦ blue 40

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

Shades of Broom #EDD128

Tints of Broom #EDD128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.23%

R = 48.77%
G = 43%
B = 8.23%

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

#EDD128 (or 0xEDD128) is known color: Broom. HEX triplet: ED, D1 and 28. RGB value is (237,209,40). Sum of RGB (Red+Green+Blue) = 237+209+40=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 40 (16.02% from 255 or 8.23% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD128 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD128 is #122ED7. Grayscale: #C6C6C6. Windows color (decimal): -1191640 or 2675181. OLE color: 2675181.

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

Color convert

RGB 237 209 40 -
CMYK 0 0.12 0.83 0.07
HSL 51.47º 0.85% 0.54% -
HSV(B) 51.47º 0.83% 0.93% -
XYZ 58.11 63.76 11.25 -
YUV 198.11 38.78 155.74 -
System Red Green Blue C M Y K H S L
Decimal 237 209 40 0 0.12 0.83 0.07 51.47 0.85 0.54
Hex ED D1 28 0 C 53 7 33 55 36
Octal 355 321 50 0 14 123 7 63 125 66
Binary 11101101 11010001 101000 0 1100 1010011 111 110011 1010101 110110

Color Harmonies of #EDD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD128

Black with #EDD128

Text Example


Text Example

White with #EDD128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD128; }

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

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

background-color css

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

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

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

border-color css

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

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

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