Html Css Color HEX #EDD01E Broom

📋 copy color: '#EDD01E'

red 237 ◦ green 208 ◦ blue 30

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

Shades of Broom #EDD01E

Tints of Broom #EDD01E

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.79%

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

R = 49.89%
G = 43.79%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDD01E (or 0xEDD01E) is known color: Broom. HEX triplet: ED, D0 and 1E. RGB value is (237,208,30). Sum of RGB (Red+Green+Blue) = 237+208+30=475 (62% of max value = 765). Red value is 237 (92.97% from 255 or 49.89% from 475); Green value is 208 (81.64% from 255 or 43.79% from 475); Blue value is 30 (12.11% from 255 or 6.32% from 475); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD01E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD01E is #122FE1. Grayscale: #C5C5C5. Windows color (decimal): -1191906 or 2019565. OLE color: 2019565.

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

Color convert

RGB 237 208 30 -
CMYK 0 0.12 0.87 0.07
HSL 51.59º 0.85% 0.52% -
HSV(B) 51.59º 0.87% 0.93% -
XYZ 57.72 63.21 10.39 -
YUV 196.38 34.11 156.97 -
System Red Green Blue C M Y K H S L
Decimal 237 208 30 0 0.12 0.87 0.07 51.59 0.85 0.52
Hex ED D0 1E 0 C 57 7 34 55 34
Octal 355 320 36 0 14 127 7 64 125 64
Binary 11101101 11010000 11110 0 1100 1010111 111 110100 1010101 110100

Color Harmonies of #EDD01E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD01E

Black with #EDD01E

Text Example


Text Example

White with #EDD01E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD01E; }

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

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

background-color css

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

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

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

border-color css

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

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

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