Html Css Color HEX #EDD325 Broom

📋 copy color: '#EDD325'

red 237 ◦ green 211 ◦ blue 37

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

Shades of Broom #EDD325

Tints of Broom #EDD325

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.51%

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

R = 48.87%
G = 43.51%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EDD325 (or 0xEDD325) is known color: Broom. HEX triplet: ED, D3 and 25. RGB value is (237,211,37). Sum of RGB (Red+Green+Blue) = 237+211+37=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 37 (14.84% from 255 or 7.63% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD325 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD325 is #122CDA. Grayscale: #C7C7C7. Windows color (decimal): -1191131 or 2479085. OLE color: 2479085.

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

Color convert

RGB 237 211 37 -
CMYK 0 0.11 0.84 0.07
HSL 52.2º 0.85% 0.54% -
HSV(B) 52.2º 0.84% 0.93% -
XYZ 58.55 64.73 11.16 -
YUV 198.94 36.61 155.15 -
System Red Green Blue C M Y K H S L
Decimal 237 211 37 0 0.11 0.84 0.07 52.2 0.85 0.54
Hex ED D3 25 0 B 54 7 34 55 36
Octal 355 323 45 0 13 124 7 64 125 66
Binary 11101101 11010011 100101 0 1011 1010100 111 110100 1010101 110110

Color Harmonies of #EDD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD325

Black with #EDD325

Text Example


Text Example

White with #EDD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD325; }

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

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

background-color css

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

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

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

border-color css

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

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

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