Html Css Color HEX #EDD11E Broom

📋 copy color: '#EDD11E'

red 237 ◦ green 209 ◦ blue 30

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

Shades of Broom #EDD11E

Tints of Broom #EDD11E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.3%

R = 49.79%
G = 43.91%
B = 6.3%

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

#EDD11E (or 0xEDD11E) is known color: Broom. HEX triplet: ED, D1 and 1E. RGB value is (237,209,30). Sum of RGB (Red+Green+Blue) = 237+209+30=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 209 (82.03% from 255 or 43.91% from 476); Blue value is 30 (12.11% from 255 or 6.30% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD11E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD11E is #122EE1. Grayscale: #C5C5C5. Windows color (decimal): -1191650 or 2019821. OLE color: 2019821.

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

Color convert

RGB 237 209 30 -
CMYK 0 0.12 0.87 0.07
HSL 51.88º 0.85% 0.52% -
HSV(B) 51.88º 0.87% 0.93% -
XYZ 57.96 63.7 10.47 -
YUV 196.97 33.78 156.55 -
System Red Green Blue C M Y K H S L
Decimal 237 209 30 0 0.12 0.87 0.07 51.88 0.85 0.52
Hex ED D1 1E 0 C 57 7 34 55 34
Octal 355 321 36 0 14 127 7 64 125 64
Binary 11101101 11010001 11110 0 1100 1010111 111 110100 1010101 110100

Color Harmonies of #EDD11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD11E

Black with #EDD11E

Text Example


Text Example

White with #EDD11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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