Html Css Color HEX #EDB005 Selective Yellow

📋 copy color: '#EDB005'

red 237 ◦ green 176 ◦ blue 5

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

Shades of Selective Yellow #EDB005

Tints of Selective Yellow #EDB005

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.11%

 BLUE value IS 5 (2.34% from 255) = 1.2%

R = 56.7%
G = 42.11%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDB005 (or 0xEDB005) is known color: Selective Yellow. HEX triplet: ED, B0 and 05. RGB value is (237,176,5). Sum of RGB (Red+Green+Blue) = 237+176+5=418 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.70% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 5 (2.34% from 255 or 1.20% from 418); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDB005 is #124FFA. Grayscale: #AFAFAF. Windows color (decimal): -1200123 or 372973. OLE color: 372973.

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

Color convert

RGB 237 176 5 -
CMYK 0 0.26 0.98 0.07
HSL 44.22º 0.96% 0.47% -
HSV(B) 44.22º 0.98% 0.93% -
XYZ 50.48 49.07 6.95 -
YUV 174.75 32.21 172.4 -
System Red Green Blue C M Y K H S L
Decimal 237 176 5 0 0.26 0.98 0.07 44.22 0.96 0.47
Hex ED B0 5 0 1A 62 7 2C 60 2F
Octal 355 260 5 0 32 142 7 54 140 57
Binary 11101101 10110000 101 0 11010 1100010 111 101100 1100000 101111

Color Harmonies of #EDB005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB005

Black with #EDB005

Text Example


Text Example

White with #EDB005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB005; }

 p { color: rgb(237,176,5); }

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

background-color css

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

 a { background-color: rgb(237,176,5); }

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

border-color css

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

 span { border-color: rgb(237,176,5); }

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