Html Css Color HEX #EDB501 Selective Yellow

📋 copy color: '#EDB501'

red 237 ◦ green 181 ◦ blue 1

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

Shades of Selective Yellow #EDB501

Tints of Selective Yellow #EDB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.2%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 56.56%
G = 43.2%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDB501 (or 0xEDB501) is known color: Selective Yellow. HEX triplet: ED, B5 and 01. RGB value is (237,181,1). Sum of RGB (Red+Green+Blue) = 237+181+1=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 181 (71.09% from 255 or 43.20% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB501 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB501 is #124AFE. Grayscale: #B2B2B2. Windows color (decimal): -1198847 or 112109. OLE color: 112109.

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

Color convert

RGB 237 181 1 -
CMYK 0 0.24 1.00 0.07
HSL 45.76º 0.99% 0.47% -
HSV(B) 45.76º 1% 0.93% -
XYZ 51.45 51.05 7.17 -
YUV 177.22 28.55 170.64 -
System Red Green Blue C M Y K H S L
Decimal 237 181 1 0 0.24 1.00 0.07 45.76 0.99 0.47
Hex ED B5 1 0 18 64 7 2E 63 2F
Octal 355 265 1 0 30 144 7 56 143 57
Binary 11101101 10110101 1 0 11000 1100100 111 101110 1100011 101111

Color Harmonies of #EDB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB501

Black with #EDB501

Text Example


Text Example

White with #EDB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB501; }

 p { color: rgb(237,181,1); }

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

background-color css

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

 a { background-color: rgb(237,181,1); }

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

border-color css

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

 span { border-color: rgb(237,181,1); }

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