Html Css Color HEX #EDB201 Selective Yellow

📋 copy color: '#EDB201'

red 237 ◦ green 178 ◦ blue 1

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

Shades of Selective Yellow #EDB201

Tints of Selective Yellow #EDB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 56.97%
G = 42.79%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDB201 (or 0xEDB201) is known color: Selective Yellow. HEX triplet: ED, B2 and 01. RGB value is (237,178,1). Sum of RGB (Red+Green+Blue) = 237+178+1=416 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.97% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB201 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB201 is #124DFE. Grayscale: #B0B0B0. Windows color (decimal): -1199615 or 111341. OLE color: 111341.

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

Color convert

RGB 237 178 1 -
CMYK 0 0.25 1.00 0.07
HSL 45º 0.99% 0.47% -
HSV(B) 45º 1% 0.93% -
XYZ 50.85 49.85 6.97 -
YUV 175.46 29.55 171.89 -
System Red Green Blue C M Y K H S L
Decimal 237 178 1 0 0.25 1.00 0.07 45 0.99 0.47
Hex ED B2 1 0 19 64 7 2D 63 2F
Octal 355 262 1 0 31 144 7 55 143 57
Binary 11101101 10110010 1 0 11001 1100100 111 101101 1100011 101111

Color Harmonies of #EDB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB201

Black with #EDB201

Text Example


Text Example

White with #EDB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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