Html Css Color HEX #EDD726 Broom

📋 copy color: '#EDD726'

red 237 ◦ green 215 ◦ blue 38

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

Shades of Broom #EDD726

Tints of Broom #EDD726

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.88%

 BLUE value IS 38 (15.23% from 255) = 7.76%

R = 48.37%
G = 43.88%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDD726 (or 0xEDD726) is known color: Broom. HEX triplet: ED, D7 and 26. RGB value is (237,215,38). Sum of RGB (Red+Green+Blue) = 237+215+38=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD726 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD726 is #1228D9. Grayscale: #CACACA. Windows color (decimal): -1190106 or 2545645. OLE color: 2545645.

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

Color convert

RGB 237 215 38 -
CMYK 0 0.09 0.84 0.07
HSL 53.37º 0.85% 0.54% -
HSV(B) 53.37º 0.84% 0.93% -
XYZ 59.58 66.75 11.58 -
YUV 201.4 35.79 153.39 -
System Red Green Blue C M Y K H S L
Decimal 237 215 38 0 0.09 0.84 0.07 53.37 0.85 0.54
Hex ED D7 26 0 9 54 7 35 55 36
Octal 355 327 46 0 11 124 7 65 125 66
Binary 11101101 11010111 100110 0 1001 1010100 111 110101 1010101 110110

Color Harmonies of #EDD726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD726

Black with #EDD726

Text Example


Text Example

White with #EDD726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD726; }

 p { color: rgb(237,215,38); }

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

background-color css

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

 a { background-color: rgb(237,215,38); }

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

border-color css

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

 span { border-color: rgb(237,215,38); }

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