Html Css Color HEX #EDD51C Broom

📋 copy color: '#EDD51C'

red 237 ◦ green 213 ◦ blue 28

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

Shades of Broom #EDD51C

Tints of Broom #EDD51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.86%

R = 49.58%
G = 44.56%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EDD51C (or 0xEDD51C) is known color: Broom. HEX triplet: ED, D5 and 1C. RGB value is (237,213,28). Sum of RGB (Red+Green+Blue) = 237+213+28=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 213 (83.59% from 255 or 44.56% from 478); Blue value is 28 (11.33% from 255 or 5.86% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD51C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD51C is #122AE3. Grayscale: #C7C7C7. Windows color (decimal): -1190628 or 1889773. OLE color: 1889773.

HSL color Cylindrical-coordinate representation of color #EDD51C: hue angle of 53.11º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EDD51C is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 28 -
CMYK 0 0.10 0.88 0.07
HSL 53.11º 0.85% 0.52% -
HSV(B) 53.11º 0.88% 0.93% -
XYZ 58.93 65.68 10.67 -
YUV 199.09 31.45 155.04 -
System Red Green Blue C M Y K H S L
Decimal 237 213 28 0 0.10 0.88 0.07 53.11 0.85 0.52
Hex ED D5 1C 0 A 58 7 35 55 34
Octal 355 325 34 0 12 130 7 65 125 64
Binary 11101101 11010101 11100 0 1010 1011000 111 110101 1010101 110100

Color Harmonies of #EDD51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD51C

Black with #EDD51C

Text Example


Text Example

White with #EDD51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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