Html Css Color HEX #EDD51E Broom

📋 copy color: '#EDD51E'

red 237 ◦ green 213 ◦ blue 30

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

Shades of Broom #EDD51E

Tints of Broom #EDD51E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.25%

R = 49.38%
G = 44.38%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDD51E (or 0xEDD51E) is known color: Broom. HEX triplet: ED, D5 and 1E. RGB value is (237,213,30). Sum of RGB (Red+Green+Blue) = 237+213+30=480 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.38% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 30 (12.11% from 255 or 6.25% from 480); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD51E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD51E is #122AE1. Grayscale: #C8C8C8. Windows color (decimal): -1190626 or 2020845. OLE color: 2020845.

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

Color convert

RGB 237 213 30 -
CMYK 0 0.10 0.87 0.07
HSL 53.04º 0.85% 0.52% -
HSV(B) 53.04º 0.87% 0.93% -
XYZ 58.95 65.69 10.8 -
YUV 199.31 32.45 154.88 -
System Red Green Blue C M Y K H S L
Decimal 237 213 30 0 0.10 0.87 0.07 53.04 0.85 0.52
Hex ED D5 1E 0 A 57 7 35 55 34
Octal 355 325 36 0 12 127 7 65 125 64
Binary 11101101 11010101 11110 0 1010 1010111 111 110101 1010101 110100

Color Harmonies of #EDD51E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD51E

Black with #EDD51E

Text Example


Text Example

White with #EDD51E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD51E; }

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

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

background-color css

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

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

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

border-color css

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

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

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