Html Css Color HEX #EDB100 Selective Yellow

📋 copy color: '#EDB100'

red 237 ◦ green 177 ◦ blue 0

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

Shades of Selective Yellow #EDB100

Tints of Selective Yellow #EDB100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.25%
G = 42.75%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDB100 (or 0xEDB100) is known color: Selective Yellow. HEX triplet: ED, B1 and 00. RGB value is (237,177,0). Sum of RGB (Red+Green+Blue) = 237+177+0=414 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.25% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB100 is #124EFF. Grayscale: #AFAFAF. Windows color (decimal): -1199872 or 45549. OLE color: 45549.

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

Color convert

RGB 237 177 0 -
CMYK 0 0.25 1 0.07
HSL 44.81º 1% 0.46% -
HSV(B) 44.81º 1% 0.93% -
XYZ 50.65 49.45 6.88 -
YUV 174.76 29.38 172.39 -
System Red Green Blue C M Y K H S L
Decimal 237 177 0 0 0.25 1 0.07 44.81 1 0.46
Hex ED B1 0 0 19 64 7 2D 64 2E
Octal 355 261 0 0 31 144 7 55 144 56
Binary 11101101 10110001 0 0 11001 1100100 111 101101 1100100 101110

Color Harmonies of #EDB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB100

Black with #EDB100

Text Example


Text Example

White with #EDB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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