Html Css Color HEX #EDD323 Broom

📋 copy color: '#EDD323'

red 237 ◦ green 211 ◦ blue 35

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

Shades of Broom #EDD323

Tints of Broom #EDD323

RGB

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

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

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

R = 49.07%
G = 43.69%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EDD323 (or 0xEDD323) is known color: Broom. HEX triplet: ED, D3 and 23. RGB value is (237,211,35). Sum of RGB (Red+Green+Blue) = 237+211+35=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 211 (82.81% from 255 or 43.69% from 483); Blue value is 35 (14.06% from 255 or 7.25% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD323 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD323 is #122CDC. Grayscale: #C7C7C7. Windows color (decimal): -1191133 or 2348013. OLE color: 2348013.

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

Color convert

RGB 237 211 35 -
CMYK 0 0.11 0.85 0.07
HSL 52.28º 0.85% 0.53% -
HSV(B) 52.28º 0.85% 0.93% -
XYZ 58.52 64.71 11 -
YUV 198.71 35.61 155.31 -
System Red Green Blue C M Y K H S L
Decimal 237 211 35 0 0.11 0.85 0.07 52.28 0.85 0.53
Hex ED D3 23 0 B 55 7 34 55 35
Octal 355 323 43 0 13 125 7 64 125 65
Binary 11101101 11010011 100011 0 1011 1010101 111 110100 1010101 110101

Color Harmonies of #EDD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD323

Black with #EDD323

Text Example


Text Example

White with #EDD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD323; }

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

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

background-color css

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

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

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

border-color css

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

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

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