Html Css Color HEX #EDB107 Selective Yellow

📋 copy color: '#EDB107'

red 237 ◦ green 177 ◦ blue 7

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

Shades of Selective Yellow #EDB107

Tints of Selective Yellow #EDB107

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.04%

 BLUE value IS 7 (3.13% from 255) = 1.66%

R = 56.29%
G = 42.04%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDB107 (or 0xEDB107) is known color: Selective Yellow. HEX triplet: ED, B1 and 07. RGB value is (237,177,7). Sum of RGB (Red+Green+Blue) = 237+177+7=421 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.29% from 421); Green value is 177 (69.53% from 255 or 42.04% from 421); Blue value is 7 (3.12% from 255 or 1.66% from 421); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB107 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB107 is #124EF8. Grayscale: #B0B0B0. Windows color (decimal): -1199865 or 504301. OLE color: 504301.

HSL color Cylindrical-coordinate representation of color #EDB107: hue angle of 44.35º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EDB107 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 177 7 -
CMYK 0 0.25 0.97 0.07
HSL 44.35º 0.94% 0.48% -
HSV(B) 44.35º 0.97% 0.93% -
XYZ 50.69 49.46 7.08 -
YUV 175.56 32.88 171.82 -
System Red Green Blue C M Y K H S L
Decimal 237 177 7 0 0.25 0.97 0.07 44.35 0.94 0.48
Hex ED B1 7 0 19 61 7 2C 5E 30
Octal 355 261 7 0 31 141 7 54 136 60
Binary 11101101 10110001 111 0 11001 1100001 111 101100 1011110 110000

Color Harmonies of #EDB107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB107

Black with #EDB107

Text Example


Text Example

White with #EDB107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB107; }

 p { color: rgb(237,177,7); }

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

background-color css

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

 a { background-color: rgb(237,177,7); }

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

border-color css

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

 span { border-color: rgb(237,177,7); }

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