Html Css Color HEX #EDD123 Broom

📋 copy color: '#EDD123'

red 237 ◦ green 209 ◦ blue 35

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

Shades of Broom #EDD123

Tints of Broom #EDD123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 7.28%

R = 49.27%
G = 43.45%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDD123 (or 0xEDD123) is known color: Broom. HEX triplet: ED, D1 and 23. RGB value is (237,209,35). Sum of RGB (Red+Green+Blue) = 237+209+35=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 209 (82.03% from 255 or 43.45% from 481); Blue value is 35 (14.06% from 255 or 7.28% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD123 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD123 is #122EDC. Grayscale: #C6C6C6. Windows color (decimal): -1191645 or 2347501. OLE color: 2347501.

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

Color convert

RGB 237 209 35 -
CMYK 0 0.12 0.85 0.07
HSL 51.68º 0.85% 0.53% -
HSV(B) 51.68º 0.85% 0.93% -
XYZ 58.03 63.73 10.83 -
YUV 197.54 36.28 156.15 -
System Red Green Blue C M Y K H S L
Decimal 237 209 35 0 0.12 0.85 0.07 51.68 0.85 0.53
Hex ED D1 23 0 C 55 7 34 55 35
Octal 355 321 43 0 14 125 7 64 125 65
Binary 11101101 11010001 100011 0 1100 1010101 111 110100 1010101 110101

Color Harmonies of #EDD123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD123

Black with #EDD123

Text Example


Text Example

White with #EDD123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD123; }

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

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

background-color css

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

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

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

border-color css

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

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

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