Html Css Color HEX #EDD822 Broom

📋 copy color: '#EDD822'

red 237 ◦ green 216 ◦ blue 34

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

Shades of Broom #EDD822

Tints of Broom #EDD822

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.35%

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

R = 48.67%
G = 44.35%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EDD822 (or 0xEDD822) is known color: Broom. HEX triplet: ED, D8 and 22. RGB value is (237,216,34). Sum of RGB (Red+Green+Blue) = 237+216+34=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 216 (84.77% from 255 or 44.35% from 487); Blue value is 34 (13.67% from 255 or 6.98% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD822 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD822 is #1227DD. Grayscale: #CACACA. Windows color (decimal): -1189854 or 2283757. OLE color: 2283757.

HSL color Cylindrical-coordinate representation of color #EDD822: hue angle of 53.79º 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 #EDD822 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 34 -
CMYK 0 0.09 0.86 0.07
HSL 53.79º 0.85% 0.53% -
HSV(B) 53.79º 0.86% 0.93% -
XYZ 59.77 67.23 11.34 -
YUV 201.53 33.46 153.3 -
System Red Green Blue C M Y K H S L
Decimal 237 216 34 0 0.09 0.86 0.07 53.79 0.85 0.53
Hex ED D8 22 0 9 56 7 36 55 35
Octal 355 330 42 0 11 126 7 66 125 65
Binary 11101101 11011000 100010 0 1001 1010110 111 110110 1010101 110101

Color Harmonies of #EDD822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD822

Black with #EDD822

Text Example


Text Example

White with #EDD822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD822; }

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

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

background-color css

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

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

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

border-color css

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

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

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