Html Css Color HEX #EDB504 Selective Yellow

📋 copy color: '#EDB504'

red 237 ◦ green 181 ◦ blue 4

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

Shades of Selective Yellow #EDB504

Tints of Selective Yellow #EDB504

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.89%

 BLUE value IS 4 (1.95% from 255) = 0.95%

R = 56.16%
G = 42.89%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDB504 (or 0xEDB504) is known color: Selective Yellow. HEX triplet: ED, B5 and 04. RGB value is (237,181,4). Sum of RGB (Red+Green+Blue) = 237+181+4=422 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.16% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 4 (1.95% from 255 or 0.95% from 422); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB504 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB504 is #124AFB. Grayscale: #B2B2B2. Windows color (decimal): -1198844 or 308717. OLE color: 308717.

HSL color Cylindrical-coordinate representation of color #EDB504: hue angle of 45.58º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EDB504 is Cyan = 0, Magento = 0.24, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 4 -
CMYK 0 0.24 0.98 0.07
HSL 45.58º 0.97% 0.47% -
HSV(B) 45.58º 0.98% 0.93% -
XYZ 51.47 51.06 7.26 -
YUV 177.57 30.05 170.39 -
System Red Green Blue C M Y K H S L
Decimal 237 181 4 0 0.24 0.98 0.07 45.58 0.97 0.47
Hex ED B5 4 0 18 62 7 2E 61 2F
Octal 355 265 4 0 30 142 7 56 141 57
Binary 11101101 10110101 100 0 11000 1100010 111 101110 1100001 101111

Color Harmonies of #EDB504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB504

Black with #EDB504

Text Example


Text Example

White with #EDB504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB504; }

 p { color: rgb(237,181,4); }

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

background-color css

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

 a { background-color: rgb(237,181,4); }

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

border-color css

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

 span { border-color: rgb(237,181,4); }

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