Html Css Color HEX #EDD525 Broom

📋 copy color: '#EDD525'

red 237 ◦ green 213 ◦ blue 37

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

Shades of Broom #EDD525

Tints of Broom #EDD525

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.74%

 BLUE value IS 37 (14.84% from 255) = 7.6%

R = 48.67%
G = 43.74%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDD525 (or 0xEDD525) is known color: Broom. HEX triplet: ED, D5 and 25. RGB value is (237,213,37). Sum of RGB (Red+Green+Blue) = 237+213+37=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 213 (83.59% from 255 or 43.74% from 487); Blue value is 37 (14.84% from 255 or 7.60% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD525 is #122ADA. Grayscale: #C8C8C8. Windows color (decimal): -1190619 or 2479597. OLE color: 2479597.

HSL color Cylindrical-coordinate representation of color #EDD525: hue angle of 52.8º 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 #EDD525 is Cyan = 0, Magento = 0.10, Yellow = 0.84 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 37 -
CMYK 0 0.10 0.84 0.07
HSL 52.8º 0.85% 0.54% -
HSV(B) 52.8º 0.84% 0.93% -
XYZ 59.05 65.73 11.32 -
YUV 200.11 35.95 154.31 -
System Red Green Blue C M Y K H S L
Decimal 237 213 37 0 0.10 0.84 0.07 52.8 0.85 0.54
Hex ED D5 25 0 A 54 7 35 55 36
Octal 355 325 45 0 12 124 7 65 125 66
Binary 11101101 11010101 100101 0 1010 1010100 111 110101 1010101 110110

Color Harmonies of #EDD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD525

Black with #EDD525

Text Example


Text Example

White with #EDD525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD525; }

 p { color: rgb(237,213,37); }

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

background-color css

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

 a { background-color: rgb(237,213,37); }

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

border-color css

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

 span { border-color: rgb(237,213,37); }

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