Html Css Color HEX #EDD61A Broom

📋 copy color: '#EDD61A'

red 237 ◦ green 214 ◦ blue 26

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

Shades of Broom #EDD61A

Tints of Broom #EDD61A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.86%

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

R = 49.69%
G = 44.86%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EDD61A (or 0xEDD61A) is known color: Broom. HEX triplet: ED, D6 and 1A. RGB value is (237,214,26). Sum of RGB (Red+Green+Blue) = 237+214+26=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 214 (83.98% from 255 or 44.86% from 477); Blue value is 26 (10.55% from 255 or 5.45% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD61A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD61A is #1229E5. Grayscale: #C8C8C8. Windows color (decimal): -1190374 or 1758957. OLE color: 1758957.

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

Color convert

RGB 237 214 26 -
CMYK 0 0.10 0.89 0.07
HSL 53.46º 0.85% 0.52% -
HSV(B) 53.46º 0.89% 0.93% -
XYZ 59.16 66.17 10.63 -
YUV 199.45 30.12 154.79 -
System Red Green Blue C M Y K H S L
Decimal 237 214 26 0 0.10 0.89 0.07 53.46 0.85 0.52
Hex ED D6 1A 0 A 59 7 35 55 34
Octal 355 326 32 0 12 131 7 65 125 64
Binary 11101101 11010110 11010 0 1010 1011001 111 110101 1010101 110100

Color Harmonies of #EDD61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD61A

Black with #EDD61A

Text Example


Text Example

White with #EDD61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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