Html Css Color HEX #EDD81E Broom

📋 copy color: '#EDD81E'

red 237 ◦ green 216 ◦ blue 30

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

Shades of Broom #EDD81E

Tints of Broom #EDD81E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.21%

R = 49.07%
G = 44.72%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDD81E (or 0xEDD81E) is known color: Broom. HEX triplet: ED, D8 and 1E. RGB value is (237,216,30). Sum of RGB (Red+Green+Blue) = 237+216+30=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD81E is #1227E1. Grayscale: #C9C9C9. Windows color (decimal): -1189858 or 2021613. OLE color: 2021613.

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

Color convert

RGB 237 216 30 -
CMYK 0 0.09 0.87 0.07
HSL 53.91º 0.85% 0.52% -
HSV(B) 53.91º 0.87% 0.93% -
XYZ 59.72 67.21 11.05 -
YUV 201.08 31.46 153.62 -
System Red Green Blue C M Y K H S L
Decimal 237 216 30 0 0.09 0.87 0.07 53.91 0.85 0.52
Hex ED D8 1E 0 9 57 7 36 55 34
Octal 355 330 36 0 11 127 7 66 125 64
Binary 11101101 11011000 11110 0 1001 1010111 111 110110 1010101 110100

Color Harmonies of #EDD81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD81E

Black with #EDD81E

Text Example


Text Example

White with #EDD81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD81E; }

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

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

background-color css

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

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

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

border-color css

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

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

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