Html Css Color HEX #EDD51B Broom

📋 copy color: '#EDD51B'

red 237 ◦ green 213 ◦ blue 27

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

Shades of Broom #EDD51B

Tints of Broom #EDD51B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.66%

R = 49.69%
G = 44.65%
B = 5.66%

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

#EDD51B (or 0xEDD51B) is known color: Broom. HEX triplet: ED, D5 and 1B. RGB value is (237,213,27). Sum of RGB (Red+Green+Blue) = 237+213+27=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 27 (10.94% from 255 or 5.66% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD51B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD51B is #122AE4. Grayscale: #C7C7C7. Windows color (decimal): -1190629 or 1824237. OLE color: 1824237.

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

Color convert

RGB 237 213 27 -
CMYK 0 0.10 0.89 0.07
HSL 53.14º 0.85% 0.52% -
HSV(B) 53.14º 0.89% 0.93% -
XYZ 58.92 65.67 10.61 -
YUV 198.97 30.95 155.12 -
System Red Green Blue C M Y K H S L
Decimal 237 213 27 0 0.10 0.89 0.07 53.14 0.85 0.52
Hex ED D5 1B 0 A 59 7 35 55 34
Octal 355 325 33 0 12 131 7 65 125 64
Binary 11101101 11010101 11011 0 1010 1011001 111 110101 1010101 110100

Color Harmonies of #EDD51B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD51B

Black with #EDD51B

Text Example


Text Example

White with #EDD51B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD51B; }

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

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

background-color css

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

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

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

border-color css

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

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

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