Html Css Color HEX #EDD81A Broom

📋 copy color: '#EDD81A'

red 237 ◦ green 216 ◦ blue 26

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

Shades of Broom #EDD81A

Tints of Broom #EDD81A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.43%

R = 49.48%
G = 45.09%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDD81A (or 0xEDD81A) is known color: Broom. HEX triplet: ED, D8 and 1A. RGB value is (237,216,26). Sum of RGB (Red+Green+Blue) = 237+216+26=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD81A is #1227E5. Grayscale: #C9C9C9. Windows color (decimal): -1189862 or 1759469. OLE color: 1759469.

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

Color convert

RGB 237 216 26 -
CMYK 0 0.09 0.89 0.07
HSL 54.03º 0.85% 0.52% -
HSV(B) 54.03º 0.89% 0.93% -
XYZ 59.67 67.19 10.8 -
YUV 200.62 29.46 153.95 -
System Red Green Blue C M Y K H S L
Decimal 237 216 26 0 0.09 0.89 0.07 54.03 0.85 0.52
Hex ED D8 1A 0 9 59 7 36 55 34
Octal 355 330 32 0 11 131 7 66 125 64
Binary 11101101 11011000 11010 0 1001 1011001 111 110110 1010101 110100

Color Harmonies of #EDD81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD81A

Black with #EDD81A

Text Example


Text Example

White with #EDD81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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