Html Css Color HEX #EDD622 Broom

📋 copy color: '#EDD622'

red 237 ◦ green 214 ◦ blue 34

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

Shades of Broom #EDD622

Tints of Broom #EDD622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.01%

R = 48.87%
G = 44.12%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDD622 (or 0xEDD622) is known color: Broom. HEX triplet: ED, D6 and 22. RGB value is (237,214,34). Sum of RGB (Red+Green+Blue) = 237+214+34=485 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.87% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 34 (13.67% from 255 or 7.01% from 485); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD622 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD622 is #1229DD. Grayscale: #C9C9C9. Windows color (decimal): -1190366 or 2283245. OLE color: 2283245.

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

Color convert

RGB 237 214 34 -
CMYK 0 0.10 0.86 0.07
HSL 53.2º 0.85% 0.53% -
HSV(B) 53.2º 0.86% 0.93% -
XYZ 59.26 66.21 11.17 -
YUV 200.36 34.12 154.14 -
System Red Green Blue C M Y K H S L
Decimal 237 214 34 0 0.10 0.86 0.07 53.2 0.85 0.53
Hex ED D6 22 0 A 56 7 35 55 35
Octal 355 326 42 0 12 126 7 65 125 65
Binary 11101101 11010110 100010 0 1010 1010110 111 110101 1010101 110101

Color Harmonies of #EDD622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD622

Black with #EDD622

Text Example


Text Example

White with #EDD622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD622; }

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

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

background-color css

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

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

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

border-color css

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

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

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