Html Css Color HEX #EDB104 Selective Yellow

📋 copy color: '#EDB104'

red 237 ◦ green 177 ◦ blue 4

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

Shades of Selective Yellow #EDB104

Tints of Selective Yellow #EDB104

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

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

R = 56.7%
G = 42.34%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDB104 (or 0xEDB104) is known color: Selective Yellow. HEX triplet: ED, B1 and 04. RGB value is (237,177,4). Sum of RGB (Red+Green+Blue) = 237+177+4=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 4 (1.95% from 255 or 0.96% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB104 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB104 is #124EFB. Grayscale: #AFAFAF. Windows color (decimal): -1199868 or 307693. OLE color: 307693.

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

Color convert

RGB 237 177 4 -
CMYK 0 0.25 0.98 0.07
HSL 44.55º 0.97% 0.47% -
HSV(B) 44.55º 0.98% 0.93% -
XYZ 50.67 49.46 6.99 -
YUV 175.22 31.38 172.07 -
System Red Green Blue C M Y K H S L
Decimal 237 177 4 0 0.25 0.98 0.07 44.55 0.97 0.47
Hex ED B1 4 0 19 62 7 2D 61 2F
Octal 355 261 4 0 31 142 7 55 141 57
Binary 11101101 10110001 100 0 11001 1100010 111 101101 1100001 101111

Color Harmonies of #EDB104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB104

Black with #EDB104

Text Example


Text Example

White with #EDB104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB104; }

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

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

background-color css

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

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

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

border-color css

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

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

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