Html Css Color HEX #EDD20E Broom

📋 copy color: '#EDD20E'

red 237 ◦ green 210 ◦ blue 14

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

Shades of Broom #EDD20E

Tints of Broom #EDD20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.55%

 BLUE value IS 14 (5.86% from 255) = 3.04%

R = 51.41%
G = 45.55%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDD20E (or 0xEDD20E) is known color: Broom. HEX triplet: ED, D2 and 0E. RGB value is (237,210,14). Sum of RGB (Red+Green+Blue) = 237+210+14=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 210 (82.42% from 255 or 45.55% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD20E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD20E is #122DF1. Grayscale: #C4C4C4. Windows color (decimal): -1191410 or 971501. OLE color: 971501.

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

Color convert

RGB 237 210 14 -
CMYK 0 0.11 0.94 0.07
HSL 52.74º 0.89% 0.49% -
HSV(B) 52.74º 0.94% 0.93% -
XYZ 58.05 64.13 9.73 -
YUV 195.73 25.45 157.44 -
System Red Green Blue C M Y K H S L
Decimal 237 210 14 0 0.11 0.94 0.07 52.74 0.89 0.49
Hex ED D2 E 0 B 5E 7 35 59 31
Octal 355 322 16 0 13 136 7 65 131 61
Binary 11101101 11010010 1110 0 1011 1011110 111 110101 1011001 110001

Color Harmonies of #EDD20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD20E

Black with #EDD20E

Text Example


Text Example

White with #EDD20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD20E; }

 p { color: rgb(237,210,14); }

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

background-color css

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

 a { background-color: rgb(237,210,14); }

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

border-color css

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

 span { border-color: rgb(237,210,14); }

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