Html Css Color HEX #EDB601 Selective Yellow

📋 copy color: '#EDB601'

red 237 ◦ green 182 ◦ blue 1

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

Shades of Selective Yellow #EDB601

Tints of Selective Yellow #EDB601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.33%

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

R = 56.43%
G = 43.33%
B = 0.24%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDB601 (or 0xEDB601) is known color: Selective Yellow. HEX triplet: ED, B6 and 01. RGB value is (237,182,1). Sum of RGB (Red+Green+Blue) = 237+182+1=420 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.43% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB601 is #1249FE. Grayscale: #B2B2B2. Windows color (decimal): -1198591 or 112365. OLE color: 112365.

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

Color convert

RGB 237 182 1 -
CMYK 0 0.23 1.00 0.07
HSL 46.02º 0.99% 0.47% -
HSV(B) 46.02º 1% 0.93% -
XYZ 51.66 51.46 7.24 -
YUV 177.81 28.22 170.22 -
System Red Green Blue C M Y K H S L
Decimal 237 182 1 0 0.23 1.00 0.07 46.02 0.99 0.47
Hex ED B6 1 0 17 64 7 2E 63 2F
Octal 355 266 1 0 27 144 7 56 143 57
Binary 11101101 10110110 1 0 10111 1100100 111 101110 1100011 101111

Color Harmonies of #EDB601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB601

Black with #EDB601

Text Example


Text Example

White with #EDB601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB601; }

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

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

background-color css

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

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

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

border-color css

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

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

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