Html Css Color HEX #EDD51A Broom

📋 copy color: '#EDD51A'

red 237 ◦ green 213 ◦ blue 26

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

Shades of Broom #EDD51A

Tints of Broom #EDD51A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.75%

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

R = 49.79%
G = 44.75%
B = 5.46%

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

#EDD51A (or 0xEDD51A) is known color: Broom. HEX triplet: ED, D5 and 1A. RGB value is (237,213,26). Sum of RGB (Red+Green+Blue) = 237+213+26=476 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.79% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 26 (10.55% from 255 or 5.46% from 476); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD51A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD51A is #122AE5. Grayscale: #C7C7C7. Windows color (decimal): -1190630 or 1758701. OLE color: 1758701.

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

Color convert

RGB 237 213 26 -
CMYK 0 0.10 0.89 0.07
HSL 53.18º 0.85% 0.52% -
HSV(B) 53.18º 0.89% 0.93% -
XYZ 58.91 65.67 10.55 -
YUV 198.86 30.45 155.21 -
System Red Green Blue C M Y K H S L
Decimal 237 213 26 0 0.10 0.89 0.07 53.18 0.85 0.52
Hex ED D5 1A 0 A 59 7 35 55 34
Octal 355 325 32 0 12 131 7 65 125 64
Binary 11101101 11010101 11010 0 1010 1011001 111 110101 1010101 110100

Color Harmonies of #EDD51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD51A

Black with #EDD51A

Text Example


Text Example

White with #EDD51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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