Html Css Color HEX #EDD01A Broom

📋 copy color: '#EDD01A'

red 237 ◦ green 208 ◦ blue 26

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

Shades of Broom #EDD01A

Tints of Broom #EDD01A

RGB

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

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

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

R = 50.32%
G = 44.16%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDD01A (or 0xEDD01A) is known color: Broom. HEX triplet: ED, D0 and 1A. RGB value is (237,208,26). Sum of RGB (Red+Green+Blue) = 237+208+26=471 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.32% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 26 (10.55% from 255 or 5.52% from 471); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD01A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD01A is #122FE5. Grayscale: #C4C4C4. Windows color (decimal): -1191910 or 1757421. OLE color: 1757421.

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

Color convert

RGB 237 208 26 -
CMYK 0 0.12 0.89 0.07
HSL 51.75º 0.85% 0.52% -
HSV(B) 51.75º 0.89% 0.93% -
XYZ 57.67 63.19 10.13 -
YUV 195.92 32.11 157.3 -
System Red Green Blue C M Y K H S L
Decimal 237 208 26 0 0.12 0.89 0.07 51.75 0.85 0.52
Hex ED D0 1A 0 C 59 7 34 55 34
Octal 355 320 32 0 14 131 7 64 125 64
Binary 11101101 11010000 11010 0 1100 1011001 111 110100 1010101 110100

Color Harmonies of #EDD01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD01A

Black with #EDD01A

Text Example


Text Example

White with #EDD01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD01A; }

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

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

background-color css

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

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

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

border-color css

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

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

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