Html Css Color HEX #EDD423 Broom

📋 copy color: '#EDD423'

red 237 ◦ green 212 ◦ blue 35

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

Shades of Broom #EDD423

Tints of Broom #EDD423

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

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

R = 48.97%
G = 43.8%
B = 7.23%

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

#EDD423 (or 0xEDD423) is known color: Broom. HEX triplet: ED, D4 and 23. RGB value is (237,212,35). Sum of RGB (Red+Green+Blue) = 237+212+35=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 35 (14.06% from 255 or 7.23% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD423 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD423 is #122BDC. Grayscale: #C8C8C8. Windows color (decimal): -1190877 or 2348269. OLE color: 2348269.

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

Color convert

RGB 237 212 35 -
CMYK 0 0.11 0.85 0.07
HSL 52.57º 0.85% 0.53% -
HSV(B) 52.57º 0.85% 0.93% -
XYZ 58.77 65.21 11.08 -
YUV 199.3 35.28 154.89 -
System Red Green Blue C M Y K H S L
Decimal 237 212 35 0 0.11 0.85 0.07 52.57 0.85 0.53
Hex ED D4 23 0 B 55 7 35 55 35
Octal 355 324 43 0 13 125 7 65 125 65
Binary 11101101 11010100 100011 0 1011 1010101 111 110101 1010101 110101

Color Harmonies of #EDD423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD423

Black with #EDD423

Text Example


Text Example

White with #EDD423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD423; }

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

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

background-color css

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

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

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

border-color css

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

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

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