Html Css Color HEX #EDD328 Broom

📋 copy color: '#EDD328'

red 237 ◦ green 211 ◦ blue 40

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

Shades of Broom #EDD328

Tints of Broom #EDD328

RGB

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

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

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

R = 48.57%
G = 43.24%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDD328 (or 0xEDD328) is known color: Broom. HEX triplet: ED, D3 and 28. RGB value is (237,211,40). Sum of RGB (Red+Green+Blue) = 237+211+40=488 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.57% from 488); Green value is 211 (82.81% from 255 or 43.24% from 488); Blue value is 40 (16.02% from 255 or 8.20% from 488); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD328 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD328 is #122CD7. Grayscale: #C7C7C7. Windows color (decimal): -1191128 or 2675693. OLE color: 2675693.

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

Color convert

RGB 237 211 40 -
CMYK 0 0.11 0.83 0.07
HSL 52.08º 0.85% 0.54% -
HSV(B) 52.08º 0.83% 0.93% -
XYZ 58.6 64.75 11.42 -
YUV 199.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 237 211 40 0 0.11 0.83 0.07 52.08 0.85 0.54
Hex ED D3 28 0 B 53 7 34 55 36
Octal 355 323 50 0 13 123 7 64 125 66
Binary 11101101 11010011 101000 0 1011 1010011 111 110100 1010101 110110

Color Harmonies of #EDD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD328

Black with #EDD328

Text Example


Text Example

White with #EDD328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD328; }

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

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

background-color css

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

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

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

border-color css

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

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

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