Html Css Color HEX #EDD11B Broom

📋 copy color: '#EDD11B'

red 237 ◦ green 209 ◦ blue 27

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

Shades of Broom #EDD11B

Tints of Broom #EDD11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.71%

R = 50.11%
G = 44.19%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDD11B (or 0xEDD11B) is known color: Broom. HEX triplet: ED, D1 and 1B. RGB value is (237,209,27). Sum of RGB (Red+Green+Blue) = 237+209+27=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 27 (10.94% from 255 or 5.71% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD11B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD11B is #122EE4. Grayscale: #C5C5C5. Windows color (decimal): -1191653 or 1823213. OLE color: 1823213.

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

Color convert

RGB 237 209 27 -
CMYK 0 0.12 0.89 0.07
HSL 52º 0.85% 0.52% -
HSV(B) 52º 0.89% 0.93% -
XYZ 57.92 63.68 10.28 -
YUV 196.62 32.28 156.8 -
System Red Green Blue C M Y K H S L
Decimal 237 209 27 0 0.12 0.89 0.07 52 0.85 0.52
Hex ED D1 1B 0 C 59 7 34 55 34
Octal 355 321 33 0 14 131 7 64 125 64
Binary 11101101 11010001 11011 0 1100 1011001 111 110100 1010101 110100

Color Harmonies of #EDD11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD11B

Black with #EDD11B

Text Example


Text Example

White with #EDD11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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