Html Css Color HEX #EDD628 Broom

📋 copy color: '#EDD628'

red 237 ◦ green 214 ◦ blue 40

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

Shades of Broom #EDD628

Tints of Broom #EDD628

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.58%

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

R = 48.27%
G = 43.58%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EDD628 (or 0xEDD628) is known color: Broom. HEX triplet: ED, D6 and 28. RGB value is (237,214,40). Sum of RGB (Red+Green+Blue) = 237+214+40=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 214 (83.98% from 255 or 43.58% from 491); Blue value is 40 (16.02% from 255 or 8.15% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD628 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD628 is #1229D7. Grayscale: #C9C9C9. Windows color (decimal): -1190360 or 2676461. OLE color: 2676461.

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

Color convert

RGB 237 214 40 -
CMYK 0 0.10 0.83 0.07
HSL 52.99º 0.85% 0.54% -
HSV(B) 52.99º 0.83% 0.93% -
XYZ 59.35 66.25 11.67 -
YUV 201.04 37.12 153.65 -
System Red Green Blue C M Y K H S L
Decimal 237 214 40 0 0.10 0.83 0.07 52.99 0.85 0.54
Hex ED D6 28 0 A 53 7 35 55 36
Octal 355 326 50 0 12 123 7 65 125 66
Binary 11101101 11010110 101000 0 1010 1010011 111 110101 1010101 110110

Color Harmonies of #EDD628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD628

Black with #EDD628

Text Example


Text Example

White with #EDD628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD628; }

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

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

background-color css

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

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

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

border-color css

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

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

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