Html Css Color HEX #EDD11F Broom

📋 copy color: '#EDD11F'

red 237 ◦ green 209 ◦ blue 31

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

Shades of Broom #EDD11F

Tints of Broom #EDD11F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 43.82%

 BLUE value IS 31 (12.5% from 255) = 6.5%

R = 49.69%
G = 43.82%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDD11F (or 0xEDD11F) is known color: Broom. HEX triplet: ED, D1 and 1F. RGB value is (237,209,31). Sum of RGB (Red+Green+Blue) = 237+209+31=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 31 (12.5% from 255 or 6.50% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD11F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD11F is #122EE0. Grayscale: #C5C5C5. Windows color (decimal): -1191649 or 2085357. OLE color: 2085357.

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

Color convert

RGB 237 209 31 -
CMYK 0 0.12 0.87 0.07
HSL 51.84º 0.85% 0.53% -
HSV(B) 51.84º 0.87% 0.93% -
XYZ 57.97 63.7 10.54 -
YUV 197.08 34.28 156.47 -
System Red Green Blue C M Y K H S L
Decimal 237 209 31 0 0.12 0.87 0.07 51.84 0.85 0.53
Hex ED D1 1F 0 C 57 7 34 55 35
Octal 355 321 37 0 14 127 7 64 125 65
Binary 11101101 11010001 11111 0 1100 1010111 111 110100 1010101 110101

Color Harmonies of #EDD11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD11F

Black with #EDD11F

Text Example


Text Example

White with #EDD11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD11F; }

 p { color: rgb(237,209,31); }

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

background-color css

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

 a { background-color: rgb(237,209,31); }

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

border-color css

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

 span { border-color: rgb(237,209,31); }

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