Html Css Color HEX #EDB605 Selective Yellow

📋 copy color: '#EDB605'

red 237 ◦ green 182 ◦ blue 5

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

Shades of Selective Yellow #EDB605

Tints of Selective Yellow #EDB605

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.92%

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

R = 55.9%
G = 42.92%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDB605 (or 0xEDB605) is known color: Selective Yellow. HEX triplet: ED, B6 and 05. RGB value is (237,182,5). Sum of RGB (Red+Green+Blue) = 237+182+5=424 (56% of max value = 765). Red value is 237 (92.97% from 255 or 55.90% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 5 (2.34% from 255 or 1.18% from 424); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDB605 is #1249FA. Grayscale: #B3B3B3. Windows color (decimal): -1198587 or 374509. OLE color: 374509.

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

Color convert

RGB 237 182 5 -
CMYK 0 0.23 0.98 0.07
HSL 45.78º 0.96% 0.47% -
HSV(B) 45.78º 0.98% 0.93% -
XYZ 51.68 51.47 7.35 -
YUV 178.27 30.22 169.89 -
System Red Green Blue C M Y K H S L
Decimal 237 182 5 0 0.23 0.98 0.07 45.78 0.96 0.47
Hex ED B6 5 0 17 62 7 2E 60 2F
Octal 355 266 5 0 27 142 7 56 140 57
Binary 11101101 10110110 101 0 10111 1100010 111 101110 1100000 101111

Color Harmonies of #EDB605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB605

Black with #EDB605

Text Example


Text Example

White with #EDB605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB605; }

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

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

background-color css

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

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

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

border-color css

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

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

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