Html Css Color HEX #EDB200 Selective Yellow

📋 copy color: '#EDB200'

red 237 ◦ green 178 ◦ blue 0

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

Shades of Selective Yellow #EDB200

Tints of Selective Yellow #EDB200

RGB

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

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

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

R = 57.11%
G = 42.89%
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

#EDB200 (or 0xEDB200) is known color: Selective Yellow. HEX triplet: ED, B2 and 00. RGB value is (237,178,0). Sum of RGB (Red+Green+Blue) = 237+178+0=415 (54% of max value = 765). Red value is 237 (92.97% from 255 or 57.11% from 415); Green value is 178 (69.92% from 255 or 42.89% from 415); Blue value is 0 (0.39% from 255 or 0% from 415); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB200 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB200 is #124DFF. Grayscale: #B0B0B0. Windows color (decimal): -1199616 or 45805. OLE color: 45805.

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

Color convert

RGB 237 178 0 -
CMYK 0 0.25 1 0.07
HSL 45.06º 1% 0.46% -
HSV(B) 45.06º 1% 0.93% -
XYZ 50.85 49.85 6.94 -
YUV 175.35 29.05 171.97 -
System Red Green Blue C M Y K H S L
Decimal 237 178 0 0 0.25 1 0.07 45.06 1 0.46
Hex ED B2 0 0 19 64 7 2D 64 2E
Octal 355 262 0 0 31 144 7 55 144 56
Binary 11101101 10110010 0 0 11001 1100100 111 101101 1100100 101110

Color Harmonies of #EDB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB200

Black with #EDB200

Text Example


Text Example

White with #EDB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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