Html Css Color HEX #EDD610 Broom

📋 copy color: '#EDD610'

red 237 ◦ green 214 ◦ blue 16

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

Shades of Broom #EDD610

Tints of Broom #EDD610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.43%

R = 50.75%
G = 45.82%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDD610 (or 0xEDD610) is known color: Broom. HEX triplet: ED, D6 and 10. RGB value is (237,214,16). Sum of RGB (Red+Green+Blue) = 237+214+16=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 214 (83.98% from 255 or 45.82% from 467); Blue value is 16 (6.64% from 255 or 3.43% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD610 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD610 is #1229EF. Grayscale: #C7C7C7. Windows color (decimal): -1190384 or 1103597. OLE color: 1103597.

HSL color Cylindrical-coordinate representation of color #EDD610: hue angle of 53.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDD610 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 214 16 -
CMYK 0 0.10 0.93 0.07
HSL 53.76º 0.87% 0.5% -
HSV(B) 53.76º 0.93% 0.93% -
XYZ 59.07 66.14 10.14 -
YUV 198.31 25.12 155.6 -
System Red Green Blue C M Y K H S L
Decimal 237 214 16 0 0.10 0.93 0.07 53.76 0.87 0.5
Hex ED D6 10 0 A 5D 7 36 57 32
Octal 355 326 20 0 12 135 7 66 127 62
Binary 11101101 11010110 10000 0 1010 1011101 111 110110 1010111 110010

Color Harmonies of #EDD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD610

Black with #EDD610

Text Example


Text Example

White with #EDD610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD610; }

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

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

background-color css

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

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

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

border-color css

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

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

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