Html Css Color HEX #EDB400 Selective Yellow

📋 copy color: '#EDB400'

red 237 ◦ green 180 ◦ blue 0

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

Shades of Selective Yellow #EDB400

Tints of Selective Yellow #EDB400

RGB

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

 GREEN value IS 180 (70.7% from 255) = 43.17%

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

R = 56.83%
G = 43.17%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDB400 (or 0xEDB400) is known color: Selective Yellow. HEX triplet: ED, B4 and 00. RGB value is (237,180,0). Sum of RGB (Red+Green+Blue) = 237+180+0=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB400 is #124BFF. Grayscale: #B1B1B1. Windows color (decimal): -1199104 or 46317. OLE color: 46317.

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

Color convert

RGB 237 180 0 -
CMYK 0 0.24 1 0.07
HSL 45.57º 1% 0.46% -
HSV(B) 45.57º 1% 0.93% -
XYZ 51.25 50.65 7.07 -
YUV 176.52 28.38 171.14 -
System Red Green Blue C M Y K H S L
Decimal 237 180 0 0 0.24 1 0.07 45.57 1 0.46
Hex ED B4 0 0 18 64 7 2E 64 2E
Octal 355 264 0 0 30 144 7 56 144 56
Binary 11101101 10110100 0 0 11000 1100100 111 101110 1100100 101110

Color Harmonies of #EDB400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB400

Black with #EDB400

Text Example


Text Example

White with #EDB400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB400; }

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

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

background-color css

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

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

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

border-color css

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

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

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