Html Css Color HEX #EDD81C Broom

📋 copy color: '#EDD81C'

red 237 ◦ green 216 ◦ blue 28

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

Shades of Broom #EDD81C

Tints of Broom #EDD81C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.82%

R = 49.27%
G = 44.91%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDD81C (or 0xEDD81C) is known color: Broom. HEX triplet: ED, D8 and 1C. RGB value is (237,216,28). Sum of RGB (Red+Green+Blue) = 237+216+28=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD81C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD81C is #1227E3. Grayscale: #C9C9C9. Windows color (decimal): -1189860 or 1890541. OLE color: 1890541.

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

Color convert

RGB 237 216 28 -
CMYK 0 0.09 0.88 0.07
HSL 53.97º 0.85% 0.52% -
HSV(B) 53.97º 0.88% 0.93% -
XYZ 59.69 67.2 10.92 -
YUV 200.85 30.46 153.79 -
System Red Green Blue C M Y K H S L
Decimal 237 216 28 0 0.09 0.88 0.07 53.97 0.85 0.52
Hex ED D8 1C 0 9 58 7 36 55 34
Octal 355 330 34 0 11 130 7 66 125 64
Binary 11101101 11011000 11100 0 1001 1011000 111 110110 1010101 110100

Color Harmonies of #EDD81C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD81C

Black with #EDD81C

Text Example


Text Example

White with #EDD81C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD81C; }

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

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

background-color css

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

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

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

border-color css

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

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

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