Html Css Color HEX #EDD426 Broom

📋 copy color: '#EDD426'

red 237 ◦ green 212 ◦ blue 38

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

Shades of Broom #EDD426

Tints of Broom #EDD426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.8%

R = 48.67%
G = 43.53%
B = 7.8%

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

#EDD426 (or 0xEDD426) is known color: Broom. HEX triplet: ED, D4 and 26. RGB value is (237,212,38). Sum of RGB (Red+Green+Blue) = 237+212+38=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 38 (15.23% from 255 or 7.80% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD426 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD426 is #122BD9. Grayscale: #C8C8C8. Windows color (decimal): -1190874 or 2544877. OLE color: 2544877.

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

Color convert

RGB 237 212 38 -
CMYK 0 0.11 0.84 0.07
HSL 52.46º 0.85% 0.54% -
HSV(B) 52.46º 0.84% 0.93% -
XYZ 58.82 65.23 11.32 -
YUV 199.64 36.78 154.65 -
System Red Green Blue C M Y K H S L
Decimal 237 212 38 0 0.11 0.84 0.07 52.46 0.85 0.54
Hex ED D4 26 0 B 54 7 34 55 36
Octal 355 324 46 0 13 124 7 64 125 66
Binary 11101101 11010100 100110 0 1011 1010100 111 110100 1010101 110110

Color Harmonies of #EDD426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD426

Black with #EDD426

Text Example


Text Example

White with #EDD426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD426; }

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

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

background-color css

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

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

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

border-color css

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

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

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