Html Css Color HEX #EDB301 Selective Yellow

📋 copy color: '#EDB301'

red 237 ◦ green 179 ◦ blue 1

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

Shades of Selective Yellow #EDB301

Tints of Selective Yellow #EDB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.93%

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

R = 56.83%
G = 42.93%
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

#EDB301 (or 0xEDB301) is known color: Selective Yellow. HEX triplet: ED, B3 and 01. RGB value is (237,179,1). Sum of RGB (Red+Green+Blue) = 237+179+1=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 179 (70.31% from 255 or 42.93% from 417); Blue value is 1 (0.78% from 255 or 0.24% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB301 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB301 is #124CFE. Grayscale: #B0B0B0. Windows color (decimal): -1199359 or 111597. OLE color: 111597.

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

Color convert

RGB 237 179 1 -
CMYK 0 0.24 1.00 0.07
HSL 45.25º 0.99% 0.47% -
HSV(B) 45.25º 1% 0.93% -
XYZ 51.05 50.25 7.04 -
YUV 176.05 29.22 171.47 -
System Red Green Blue C M Y K H S L
Decimal 237 179 1 0 0.24 1.00 0.07 45.25 0.99 0.47
Hex ED B3 1 0 18 64 7 2D 63 2F
Octal 355 263 1 0 30 144 7 55 143 57
Binary 11101101 10110011 1 0 11000 1100100 111 101101 1100011 101111

Color Harmonies of #EDB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB301

Black with #EDB301

Text Example


Text Example

White with #EDB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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