Html Css Color HEX #EDD71E Broom

📋 copy color: '#EDD71E'

red 237 ◦ green 215 ◦ blue 30

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

Shades of Broom #EDD71E

Tints of Broom #EDD71E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.61%

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

R = 49.17%
G = 44.61%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EDD71E (or 0xEDD71E) is known color: Broom. HEX triplet: ED, D7 and 1E. RGB value is (237,215,30). Sum of RGB (Red+Green+Blue) = 237+215+30=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 215 (84.38% from 255 or 44.61% from 482); Blue value is 30 (12.11% from 255 or 6.22% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD71E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDD71E is #1228E1. Grayscale: #C9C9C9. Windows color (decimal): -1190114 or 2021357. OLE color: 2021357.

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

Color convert

RGB 237 215 30 -
CMYK 0 0.09 0.87 0.07
HSL 53.62º 0.85% 0.52% -
HSV(B) 53.62º 0.87% 0.93% -
XYZ 59.46 66.7 10.97 -
YUV 200.49 31.79 154.04 -
System Red Green Blue C M Y K H S L
Decimal 237 215 30 0 0.09 0.87 0.07 53.62 0.85 0.52
Hex ED D7 1E 0 9 57 7 36 55 34
Octal 355 327 36 0 11 127 7 66 125 64
Binary 11101101 11010111 11110 0 1001 1010111 111 110110 1010101 110100

Color Harmonies of #EDD71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD71E

Black with #EDD71E

Text Example


Text Example

White with #EDD71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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