Html Css Color HEX #EDD61D Broom

📋 copy color: '#EDD61D'

red 237 ◦ green 214 ◦ blue 29

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

Shades of Broom #EDD61D

Tints of Broom #EDD61D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.04%

R = 49.38%
G = 44.58%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDD61D (or 0xEDD61D) is known color: Broom. HEX triplet: ED, D6 and 1D. RGB value is (237,214,29). Sum of RGB (Red+Green+Blue) = 237+214+29=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD61D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD61D is #1229E2. Grayscale: #C8C8C8. Windows color (decimal): -1190371 or 1955565. OLE color: 1955565.

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

Color convert

RGB 237 214 29 -
CMYK 0 0.10 0.88 0.07
HSL 53.37º 0.85% 0.52% -
HSV(B) 53.37º 0.88% 0.93% -
XYZ 59.19 66.19 10.82 -
YUV 199.79 31.62 154.54 -
System Red Green Blue C M Y K H S L
Decimal 237 214 29 0 0.10 0.88 0.07 53.37 0.85 0.52
Hex ED D6 1D 0 A 58 7 35 55 34
Octal 355 326 35 0 12 130 7 65 125 64
Binary 11101101 11010110 11101 0 1010 1011000 111 110101 1010101 110100

Color Harmonies of #EDD61D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD61D

Black with #EDD61D

Text Example


Text Example

White with #EDD61D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD61D; }

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

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

background-color css

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

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

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

border-color css

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

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

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